Top Poster
#1 ramon fincken 299
#2 Site admin 2
#3 Ber|Art 2
#4 braddmark 1
#5 accentmedia 1
#6 Xarzu 1
#7 Jan 0
#8 roger beckers 0
#9 Christine 0
#10 nextstep 0
[solution] Adding "www." in front of your domain using htaccess rewrite rules ( modrewrite ) force



Rating : 4.5 / 5

 
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> PHP coding
Beta
Want to be notified by email when this topic gets a reply?  
View previous topic :: View next topic  
Author Message
ramon fincken
Site's programmer

Get a free globally recognized avatar
It's free!


Joined: 03 Aug 2007
Posts: 299
Location: A'dam/Diemen, The Netherlands

PostPosted: Mon Jul 07, 2008 8:01 pm    Post subject: [solution] Adding "www." in front of your domain using htaccess rewrite rules ( modrewrite ) force Reply with quote

Allright, if you require to have a "www." in front of your domain name at all times add this to your htaccess file:


Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.ramonfincken\.com$ [NC]
RewriteRule ^(.*)$ http://www.ramonfincken.com/$1 [R=301,L]



It completely rewrites ( click to see in action ! )
http://ramonfincken.com to http://www.ramonfincken.com
and also
http://ramonfincken.com/?foo=bar to http://www.ramonfincken.com/?foo=bar

Read on:
http://www.askapache.com/htaccess/mod_r...write-hint
http://yoast.com/how-to-remove-www-from...d_rewrite/
Back to top
View user's profile Send private message Visit poster's website
Google adsense
Advertisement





PostPosted: Mon Jul 07, 2008 8:01 pm    Post subject: [solution] Adding "www." in front of your domain using htaccess rewrite rules ( modrewrite ) force

Advertisement
Back to top
GravityForms
Advertisement





PostPosted: Mon Jul 07, 2008 8:01 pm    Post subject: [solution] Adding "www." in front of your domain using htaccess rewrite rules ( modrewrite ) force

Advertisement
Gravity Forms Plugin for WordPress
Back to top
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> PHP coding All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum
General forums
The world of freelance
Programming
Other projects
Poll
I love gifts

Yes goodies and presents! [2]
No but I love polls ! [0]

Related google ads
Where am I?
Hit me!