17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 959 Views |
-
Navigating to folder

14 September 2008 at 10:15pm Last edited: 14 September 2008 11:34pm
Is it possible to navigate directly to a folder on the site that I have another program in, SilverStripe is installed in the root directory of my site, whenever I try to go to the folder I get redirected to my 404 page. I have edited the .htaccess file to allow me to get into the folder but I was only really guessing at how to do it and it hasn't worked, whenever I go to another page within the folder I am redirected back to the 404.
Thanks.
-
Re: Navigating to folder

15 September 2008 at 2:45pm
This is what I use and it seems to work on my sites
RewriteCond %{REQUEST_URI} !^/foldernotinss/.*
do that before the final RewriteRule and you should be fine!
| 959 Views | ||
|
Page:
1
|
Go to Top |


