iFaisal I Just installed beta5 on todayil.com but when i login using todayil.com without WWW everything looks fine and if i add www.todayil.com it looks something diff ,can't login and some icons not showing as well. i don't know whats wrong. How to make the site work with both www and none www ? regards
Kulga Right now you cannot. You must follow the url set in config.php. You can configure a webserver to redirect www.domain.tld -> domain.tld however.
7h3ev1l This will redirect www to non-www version of ur site. RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L]