Redirect www to non www - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > Common Information > Search Engine Optimization

Search Engine Optimization Want to improve your site rank and positions? Then this forum is definitely for you. Read link exchange and search engine optimization tips and tricks. Get more power with new SEO tools discussed here. Get professional advice and more... DO NOT POST YOUR LINK EXCHANGE REQUESTS HERE OR INFORMATION ABOUT YOUR DIRECTORIES. They will be interpreted as spam and deleted.

 
 
Thread Tools Display Modes
Old 11-06-2009   #1
0031index
0031index
 
Join Date: Oct 2007
Location: NL
Posts: 5
0031index is on a distinguished road
Default Redirect www to non www

I'am looking for .htaccess code to 301-redirect all request from http://www.123gevonden.nl to ALWAYS go to http://123gevonden.nl.

Hope someone can help me.

Best regards,

Aad.

Last edited by dstemper; 12-04-2009 at 04:49 AM. Reason: Links are not workin
0031index is offline  
Old 12-18-2009   #2
panter2010
 
Join Date: Apr 2009
Location: http://WWW.FARSKYURAD.SK
Posts: 26
panter2010 is on a distinguished road
Default

RewriteCond %{HTTP_HOST} ^mydomain\.com$
RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L]
panter2010 is offline  
Old 12-18-2009   #3
Sergey L.
 
Join Date: Nov 2005
Posts: 918
Sergey L. is a splendid one to beholdSergey L. is a splendid one to beholdSergey L. is a splendid one to beholdSergey L. is a splendid one to beholdSergey L. is a splendid one to beholdSergey L. is a splendid one to behold
Default

Quote:
RewriteCond %{HTTP_HOST} ^mydomain\.com$
RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L]
quite the contrary )

Code:
RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$
RewriteRule (.*) http://mydomain.com/$1 [R=301,L]
Sergey L. is offline  
Old 03-02-2012   #4
jassmee
 
Join Date: Dec 2011
Posts: 72
jassmee is on a distinguished road
Default

you can do the above problem with the help of
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.mysitecom/ [R=301,L]
jassmee is offline  
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 03:40 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources