Jak Posted November 15, 2008 Share Posted November 15, 2008 Hi, Can someone help me out with this, I dont know why it's not working: RewriteRule ^admin(/|$) admin.php [QSA,S=1] RewriteRule ^.*$ index.php [QSA,L] /test should go to /index.php /admin should go to /admin.php /admin/test should go to /admin.php If I comment out the second rule the first rule is matching the second two examples correctly, but the request still ends up at index.php, basically the skip flag isn't working. Any ideas? Thanks, Jack Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.