|
Current Path : Home » General Discussions » General Talk |
June 18, 2010, 3:35 am |
Jerry Hutsen
Posts: 3
| ![]() |
Page Controller
I am trying to create an 'About Us' page, but I am getting an error about not having the right controller. I have been unsuccessful at finding information about this. Can you guide me in the right direction in order to get this controller set up for links to pages I create?
Thank you, Jerry |
June 18, 2010, 6:14 am |
Naveen Paul
Posts: 3835
| ![]() |
Re:Page Controller
Hi Jerry,
You need to escape the newly added folders and files in the .htaccess file present in the root folder of the script. To escape a "folder" use the following line in .htaccess file. RewriteRule (.*)(foldername\/)(.*)$ $2$3 [QSA,L] Here in the place of foldername, please use the original folder name. To escape a file, use the following line. RewriteRule (.*)(style\.css)$ $2 [L] Here in place of style, you may please use the file name and in place of css, use the file extension. Suppose there is a custom page say "aboutus.html", then you need to add the following line. RewriteRule (.*)(aboutus\.html)$ $2 [L] Please check it and reply. Thanks and Regards Naveen Paul Support Desk Staff |
Copyright © 2009 Inoutscripts.com. All Rights Reserved. Inoutscripts Home |