View Single Post
Old 12-10-2006, 01:02 PM   #6 (permalink)
THE X FILES
Inactive
 
Join Date: 12-05-06
Posts: 91
iTrader: 0 / 0%
THE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebody
Thanks Taltos ,I found the way to do that :-)

Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
In .htaccess file of course :-)
THE X FILES is offline   Reply With Quote