rem Posted February 27, 2008 Share Posted February 27, 2008 Hello, I was struggling with this one for some time and can't find a solution. Can anyone advice how to keep the nice URLs while I'm navigating out of the current rule page. ex: for index.php page I have the following rule: RewriteRule ^(.*).html$ index.php?p=$1 [L] which allows me nice URLs like: about_us.html, instead of index.php?p=about_us but what if I need to go to another page (or link to another page) like gallery.php?g=50 from index.php? What should I do to have the links like that instead of gallery.php?g=50 Thanks a lot and I really hope this makes sense. Regards, Rem. Quote Link to comment Share on other sites More sharing options...
aebstract Posted February 27, 2008 Share Posted February 27, 2008 You might be looking at the format wrongly, if I understand what you're trying to do anyway. Are you meaning like, index.php?p=gallery&g=50 ? 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.