htaccess query string redirect rewrite – page is not redirecting properly
I’m trying to redirect/rewrite this search url with either 2 or 3 query parameters but I keep getting “This page isn’t redirecting properly”, when I remove QSD it works but appends the query string to the end of the URL so what is going on?
htaccess query string redirect rewrite – page is not redirecting properly
I’m trying to redirect/rewrite this search url with either 2 or 3 query parameters but I keep getting “This page isn’t redirecting properly”, when I remove QSD it works but appends the query string to the end of the URL so what is going on?
How to redirect in this specific pattern in .htaccess?
I need to use .htaccess to redirect mydomain.net/g/0/1/ to /glink.html?LinkId=/0/1/ and mydomain.net/a/4/ to /glink.html?LinkId=/g/a/4/… etc. Only when the path starts with /g/? How do I do this in the .htaccess file?