-
URL rewriting using .htaccess
over 9 years ago
-
over 9 years ago
In URL Rewriting in .htaccess file Regular Expression is required.
To redirect URL between 40 to 900 :
Regular Expression will be like : (4[0-9] | [5-9][0-9] | [1-9][0-9][0-9] )
And URL will be like :RewriteRule Dehradun/(.*)/(4[0-9]|[5-9][0-9]|[1-9][0-9][0-9])sd/pages/location.php?city=Dehradun&Id=120
1 Answer(s)