17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1556 Views |
-
Rewrite rule

9 July 2008 at 3:11am
Hi,
I need to make silverstripe ignore a particular folder within my site.
It's for moodle. So I want mod_rewrite to ignore:
and everything withing that folder.
Can anyone tell me the rule I would need?
Cheers
-
Re: Rewrite rule

9 July 2008 at 4:43pm
Add something like this im guessing (no .htaccess pro)
RewriteCond %{REQUEST_URI} !^/moodle/.*
Add that bit around the other RewriteCond bits.
| 1556 Views | ||
|
Page:
1
|
Go to Top |


