21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 560 Views |
-
Need Help Accessing 2 folders

22 January 2010 at 5:40am
Hello All
I am new to SS and need a little help.The root folder that I have installed SS in also has 2 additional folders which I need to be able to access through http.I need to know how to make those folders reachable.Is it in the htaccess file that the changes need to be made?If so what lines would I need to add to it to be able to access the following 2 folders./public_html/cast/
/public_html/clients/When I try to access SS won't allow me to.
Thanks In Advance
-
Re: Need Help Accessing 2 folders

22 January 2010 at 7:23am
You have added this lines in the htaccess for each install?
# for /public_html/cast/
RewriteEngine On
RewriteBase /cast# for /public_html/clients/
RewriteEngine On
RewriteBase /clients -
Re: Need Help Accessing 2 folders

22 January 2010 at 2:51pm
I think fkennard you're wanting SS to 'ignore' requests to those 2 folders. If so then you want to add these conditions to your .htaccess. These add conditions which bypass the standard ss rewriting.
RewriteCond %{REQUEST_URI} !^/folder/.*
-
Re: Need Help Accessing 2 folders

22 January 2010 at 3:38pm
Thank You Very Much.
The last post did the trick,works perfectly now.Thank You
| 560 Views | ||
|
Page:
1
|
Go to Top |



