Options

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

  • Options
    MSkaffariMSkaffari Registered Users Posts: 147 Major grins
    edited September 20, 2011
    maLUCo wrote: »
    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!

    Works OK for me. Both maluco.eu and www.maluco.eu re-direct to the URL mentioned
  • Options
    synternsyntern Registered Users Posts: 10 Big grins
    edited September 27, 2011
    Try a different rewriterule, like:

    RewriteRule ^(.*)$ "http\:\/\/www\.malucophoto\.com\/" [R=301,L,NC]
Sign In or Register to comment.