Forum Moderators: phranque
RewriteCond %{REQUEST_URI} ^/$ RewriteRule etc etc
Obviously this is not correct, as it doesn't work. Is it possible?
The error is likely outside the scope of your RewriteCond.
Jim
And probably you don't need the RewriteCond. RewriteRule ^/*$ whatever