Expression Problem
Posted: Tue Jan 19, 2010 7:30 am
Hi
I want / and index.php to go index.php page everything other than that go to shop.php but everything is going to shop.php
Here is expressing i am using.
I want / and index.php to go index.php page everything other than that go to shop.php but everything is going to shop.php
Here is expressing i am using.
Code: Select all
RewriteEngine on
RewriteRule ^/ index.php
RewriteRule ^[a-zA-Z]([a-zA-Z.]+) shop.php