htaccess Elite

.htaccess tutorial


All times are UTC [ DST ]





Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: 301 redirect using rewrite rules
PostPosted: 17 Sep 2008 09:15 
Offline

Joined: 13 Sep 2008 12:36
Posts: 3
Hi,

http://www.mywebsite.com/de/search/index.php
redirects to
http://www.mywebsite.de/search/index.php

http://www.mywebsite.com/en/index.php
redirects to
http://www.mywebsite.com/

I want to create these redirects by using rewrite rules there are lots of pages needed to be redirected to I have to use rewrte rules because they are all in same path but I couldnt find a solution .Could you please help me about how to do them?

Thanks


Top
 Profile  
 
 Post subject: Re: 301 redirect using rewrite rules
PostPosted: 17 Sep 2008 13:36 
Offline

Joined: 07 Dec 2007 15:39
Posts: 6
Pretty sure this has been covered in the forum.
I'm far too lazy to search.

See here - http://www.webconfs.com/how-to-redirect-a-webpage.php

This should get you on the right path -
Code:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

You may want to run a link checker after !
I've been caught out before. Brrr.

See here - http://validator.w3.org/checklink

Regards.



"This isn't right. This isn't even wrong."
Wolfgang Pauli - [1900 - 1958]


Top
 Profile  
 
 Post subject: Re: 301 redirect using rewrite rules
PostPosted: 17 Sep 2008 14:29 
Offline

Joined: 13 Sep 2008 12:36
Posts: 3
Thanks for your help!

I found this from the link that you have given.

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

I think this is for redirecting all pages of the webpage to the new domain
i want to redirect the pages which are in /en/ folder

for example http://www.mydomain.com/en/ to http://www.mynewdomain.com

What should I do for that?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB