Page 1 of 1

Images doesn't show

Posted: 2005-02-07 07:47
by Spaceman-Spiff
The site images doesn't show if you visit http://www.maayas.net/ but shows fine at http://maayas.net/
I'm guessing you have hotlink protection enabled, but haven't added www.maayas.net into the allowed list.

Posted: 2005-02-14 18:34
by Merri
It is by purpose, because the forum acts weird and doesn't work properly if www.maayas.net is used. And yes, it is due to HotLink prevention. I haven't spent time to figure out how to make automatical redirection of www is used.

Posted: 2005-02-14 18:52
by roxfan
Try this in .htaccess:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
(from http://no-www.org/faq.php)

Posted: 2005-02-15 11:43
by Merri
Thanks roxfan :) Now I hope cPanel doesn't automatically remove the rules I set. I actually set an opposite rule to one of my sites on the same server, so it'll always have the www :)