As part of SEO optimization, I use this code in my .htaccess file :
RewriteEngine On
RewriteRule ^some/(.*)/(.*).html$ some.php?&reqa=$1&reqb=$2
This code should rewrite this link:
some/valuea/valueb.html
into this:
some.php?&reqa=valuea&reqb=valueb
I tried this on several apache...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.