Quote:
Originally Posted by Weetabix
put this immediately after 'RewriteEngine On'
Code:
Options +FollowSymLinks
### Add www.
rewritecond %{http_host} ^fragtoss.com [nc]
rewriterule ^(.*)$ http://www.fragtoss.com/$1 [r=301,nc]
|
Doesn't work.
Maybe there's something else in the .htaccess which I posted before that's conflicting?
Or how about this..
Anyone have their method ACTUALLY WORK on their own forums? I mean kinda pointless posting this stuff here if it doesn't work. I would appreciate it if someone tested it on their own forums first.
Thanks.