79095790

Date: 2024-10-16 20:55:28
Score: 1
Natty:
Report link

This one should do it:

Create file .htaccess inside root web directory.

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^(.*)?$  http://newcomain.com/$1 [R=301,L]
</IfModule>

It will redirect all requests with parameters to the new server

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aris Boy