View Single Post
  #12 (permalink)  
Old 05-09-2008, 04:22 AM
Manpasand Manpasand is offline
WebProWorld Pro
 
Join Date: Sep 2003
Location: Internet
Posts: 214
Manpasand RepRank 0
Default Re: 500 server error from htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*) http://www.domain.com/$1 [R=301,L]

Use to deal with www.domain.com vs domain.com canonicalization issues.
Reply With Quote