Search found 2 matches

by Cyril
Sun Nov 12, 2006 1:15 pm
Forum: Reseller Assistance
Topic: Redirects with htaccess
Replies: 1
Views: 35391

Re: Redirects with htaccess

I found the solution. To whom may be interested :

To 'search engine friendly' redirect a domain name to another, use in your htaccess :

Options +FollowSymlinks
RewriteEngine on

Redirect permanent http://www.olddomain.com http://www.domain.com
Redirect permanent http://olddomain.com http://www ...
by Cyril
Sun Nov 12, 2006 10:22 am
Forum: Reseller Assistance
Topic: Redirects with htaccess
Replies: 1
Views: 35391

Redirects with htaccess

Hi,

A few months ago I set up 301 redirects on a domain name through the htaccess file. Now it seems that the server does not handle them anymore. I have used RedirectPermanent, Redirect 301 directives and rewrite rules, but with no success. Did you make any changes recently on the AllowOverride ...