Site Redirection - new type: Cloaked/Masked

mmgenius

Verified User
Joined
Jan 20, 2004
Messages
180
On the page of Site Redirection add an extra "Redirect Type": "Cloaked/Masked"
Then add this to the .htaccess file:

RewriteEngine on
RewriteRule ^(.*)$ DESTINATION_URL$1 [P]

eg.:
RewriteEngine on
RewriteRule ^(.*)$ http://www.redirected.com/$1 [P]
 
Back
Top