Mobile app version of vmapp.org
Login or Join
Nimeshi995

: There seems to be enough missing from your question I am not sure I am answering it the way you need it to be. For example what parameters and RewriteCond are you using? You can always

@Nimeshi995

There seems to be enough missing from your question I am not sure I am answering it the way you need it to be. For example what parameters and RewriteCond are you using? You can always look at the various Apache .htaccess documentation like this one httpd.apache.org/docs/current/mod/mod_rewrite.html but that may add confusion if you are new to this stuff.

To answer your question simply:

RewriteRule ^(.*)$ www.newsite.com/ [R=301,L]


This should take the parameters that were used to access the old site by the user and pass them on to the new site.

If this is not what you were thinking, let us know.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme