rediretc domain using .htaccess

maLUComaLUCo 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!

Comments

Sign In or Register to comment.