Redirect URL including query string using htaccess
Redirect URL including query string using htaccess
Redirect URL from one domain to another including query string using .htaccess, very simple.
Create a .htaccess file in the root directory of domain1.com and then add the following lines.That will take care of the rest.
For example
http://www.domain1.com/view.php?id=1&show=2 will get redirected to http://www.domain2.com/view.php?id=1&show=2
Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} ^www.domain1.com Rewriterule ^(.*)$ http://www.domain2.com/$1 [L]
HAPPY NEW YEAR GUYS 🙂 HAVE A GREAT YEAR AHEAD
Redirect URL including query string using htaccess,Incoming search terms:
- @lilama69-3 vn (10)
- htaccess redirect url to another url with querystring (10)
- @lilama69-1 com vn (9)
- htaccess include query string (1)
- htaccess include redirect (1)
- htacess redirect to new domain including query string (1)
- new domain redirection with query string (1)
- redirect_query_string (1)
- мусобикаи асп пойгах (1)