DennisHermannsen Posted August 30, 2014 Share Posted August 30, 2014 Hi! I'm currently trying to make the URLs of our client area easier to remember. I've already set up some parts, including clientarea.php?action=products which can be accessed by going to kundeside/produkter - but I also want to create a RewriteRule for clientarea.php?action=products&orderby=product, which should be kundeside/produkter/sorter/produkt. This does not work, however. RewriteRule ^kundeside/produkter/sorter/produkt clientarea.php?action=products&orderby=product RewriteRule ^kundeside/produkter clientarea.php?action=products RewriteRule ^kundeside/fakturaer clientarea.php?action=invoices RewriteRule ^kundeside clientarea.php Can anyone help with this? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 30, 2014 Share Posted August 30, 2014 i think you may need to use some flags here 0 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.