21475 Posts in 5781 Topics by 2620 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 757 Views |
-
Access non-cms directory?

25 May 2010 at 1:17am
I'm trying to access a directory within the same folder that Silverstripe is installed on... but I can't because Silverstripe thinks I'm trying to access something within the CMS. How can I get around this? Add an exception in the .htaccess or something?
-
Re: Access non-cms directory?

25 May 2010 at 11:37pm
You can add an exception to your .htaccess file before the RewriteRule
RewriteCond %{REQUEST_URI} !^/dir/*
| 757 Views | ||
|
Page:
1
|
Go to Top |


