Im trying to hide the url vars of a page using htaccess and RewriteRule.
My url looks like this:
www.mydomain.com/?act=1;4;54;
All pages are called via the act var and the numbers are the path to the pages (actually the id's of the pages) It should also work for act=1; and act=1;4; and so on depending on how long the path for the page is.
What i want is for the url to look like:
www.mydomain.com/1/4/54/Is this posible with htaccess and could anyone write me a code, i have tried to look at many examples found inhere, but i guess im too stupid to figure it out... Any help would be apriciated a lot...
Start Free Trial