rediretc domain using .htaccess
maLUCo
Registered Users Posts: 1 Beginner grinner
Hi guys!
An extra domain to my smugmug site is in an (awful) host server, where I've written the redirection in my .htaccess file like this:
RewriteCond %{HTTP_HOST} ^maluco.eu$ [OR]
RewriteCond %{HTTP_HOST} ^www.maluco.eu$
RewriteRule ^/?$ "http\:\/\/www\.malucophoto\.com\/" [R=301,L,NC]
OK, it's redirecting to smugmug page "these aren't the photos you were looking for"
What am I doing wrong? Tx in advance!
An extra domain to my smugmug site is in an (awful) host server, where I've written the redirection in my .htaccess file like this:
RewriteCond %{HTTP_HOST} ^maluco.eu$ [OR]
RewriteCond %{HTTP_HOST} ^www.maluco.eu$
RewriteRule ^/?$ "http\:\/\/www\.malucophoto\.com\/" [R=301,L,NC]
OK, it's redirecting to smugmug page "these aren't the photos you were looking for"
What am I doing wrong? Tx in advance!
0
Comments
Works OK for me. Both maluco.eu and www.maluco.eu re-direct to the URL mentioned
http://msphoto.smugmug.com
http://twitter.com/tasmanic
RewriteRule ^(.*)$ "http\:\/\/www\.malucophoto\.com\/" [R=301,L,NC]