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