Linux, Apache, PHP, MySQL Administrators Forums

Go Back   Linux, Apache, PHP, MySQL Administrators Forums > LAMP Forums > Apache

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-07-2009, 01:32 PM
Junior Member
 
Join Date: Jan 2009
Location: VA
Posts: 10
Question Permanent Redirect from non-www to www domain

How do I do a 301 redirect my domain i.e. example.com to www.example.com? Also if I want to disable access to the whole website and redirect to an html page? TIA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-07-2009, 01:35 PM
Administrator
 
Join Date: Jan 2009
Posts: 42
Exclamation

Quote:
Originally Posted by rootkit View Post
How do I do a 301 redirect my domain i.e. example.com to www.example.com? Also if I want to disable access to the whole website and redirect to an html page? TIA
Assuming you have mod_rewrite enabled on Apache, this should take care of your first question:

Code:
RewriteEngine on

RewriteCond %{HTTP_HOST} ^example.com$
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
Append this below to take all visitors to a maintenance page:

Code:
RewriteRule !^maintenance.html$ /maintenance.html [PT,NS]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-07-2009, 01:51 PM
Junior Member
 
Join Date: Jan 2009
Location: VA
Posts: 10
Default Not working on .htaccess

Thanks swordfish, works like a charm on the virtualhost. However when I moved it to my .htaccess it's not working. Did I miss anything? TIA again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-07-2009, 01:53 PM
Administrator
 
Join Date: Jan 2009
Posts: 42
Default

You mush have at least AllowOverride FileInfo on your virtualhost config.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-07-2009, 02:21 PM
Junior Member
 
Join Date: Jan 2009
Location: VA
Posts: 10
Default

That works, thanks! :thumbsupsmiley:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
apache, mod_rewrite, permanent redirect, seo


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:30 AM.


Community hosted with DotManila Consulting
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2