|
Current Path : Home » Inoutscripts Products » Inout Search Engine » Inout Search Engine Ultimate |
September 25, 2010, 2:31 pm |
Alvarez
Posts: 2
| ![]() |
how to add new page link in tabs?
Hi i've got some problems,
if i want to include a new link in tab , i can setup manualy in index.tpl.html, it's work when link go to external website, but how can i call a file in same directory as website ? =>each time i try i've got error. Other: if i setup change manualy , each time i enable or disable new search engine, links are override. I think, it could be very nice if we can add link directly in admin backend. Thanks for help |
September 27, 2010, 7:32 am |
Naveen Paul
Posts: 3835
| ![]() |
Re:how to add new page link in tabs?
Hello Alvarez,
You need to escape newly added folders and files in .htaccess file present in the root folder of the script. To escape a file, please use the following command in .htaccess file. RewriteRule (.*)(style\.css)$ $2 [L] Here in the place of style, please use the file name and in place of css, use the file extension. To escape a folder use the following line of command. RewriteRule (.*)(foldername\/)(.*)$ $2$3 [QSA,L] Here in place of foldername, please use the original folder name*(newly added folder name). You may please escape the newly added source file/folder in .htaccess file and try again. Thanks and Regards Naveen Paul Support Desk Staff |
Copyright © 2009 Inoutscripts.com. All Rights Reserved. Inoutscripts Home |