Hello everyone
i've changed my domain from www.emuleboard.net to www.techsupportforum.de, is there a way to redirect (301 via .htaccess) from www.emuleboard.net/threadxyz1.html to www.techsupportforum.de/threadxyz1.html ? The Thread IDs are the same, so it must be possible, but how
I've to say that both domains are in the same folder (Confixx) so the following does not work
Or can i write this that it works??Code:RewriteEngine On RewriteRule ^(.*)\.html$ http://www.techsupportforum.de/$1.html [R=301,L]
Yours,
Sven









Reply With Quote


