Dzi13
06-10-2013, 07:58 PM
When I add this line to vb5 htaccess file:
RedirectMatch 301 /arcade.php$ http://www.site.com/page.html
I got this as result:
http://www.site.com/page.html?routestring=arcade.php
How I can make redirection without ?routestring=arcade.php?
RedirectMatch 301 /arcade.php$ http://www.site.com/page.html
I got this as result:
http://www.site.com/page.html?routestring=arcade.php
How I can make redirection without ?routestring=arcade.php?