Search found 2 matches

by randyr505
Wed Mar 19, 2008 11:33 pm
Forum: General discussions
Topic: 301 from example.com/blog to example2.com/blog
Replies: 3
Views: 2073

Thanks for the reply.

Yes, I understand that is how it works. I should have provided more information.

I have the following added to the default serendipity .htaccess file:
RewriteCond %{http_host} ^www.example.com [nc]
RewriteRule ^(.*)$ http://www.example2.com/blog/$1 [r=301,nc]

It works ok ...
by randyr505
Wed Mar 19, 2008 7:03 pm
Forum: General discussions
Topic: 301 from example.com/blog to example2.com/blog
Replies: 3
Views: 2073

301 from example.com/blog to example2.com/blog

I am trying to get 301 redirect to work so that my old links in google at example.com/blog/... are 301'd to example2.com/blog/...

I have a .htaccess in my root directory and ofcourse the one in the serendipity directory (/blog). Which should I edit?

I currently have the following in my example.com ...