View Single Post
Old 01-09-2008, 04:46 AM   #2 (permalink)
TechSup
Contributing Member
 
TechSup's Avatar
 
Join Date: 12-27-07
Location: North Carolina
Posts: 655
iTrader: 1 / 100%
TechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really niceTechSup is just really nice
Add this to your .htaccess file

Code:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
Change the rules to your site to force a redirect.
__________________
Best Regards, TechSup
Google your question(s) before you ask.
TechSup is offline   Reply With Quote