PDA

View Full Version : www problem in Mozilla


mans4
09-07-2014, 10:27 PM
Hi , my website with www. showing mobile version on Mozilla firefox ,
everything in other browser working well ,

can anyone help me please for check my url is

www.mavenforum.com

ForceHSS
09-07-2014, 10:53 PM
Check admincp/Settings/options/Site Name / URL / Contact Details = Forum URL
make sure it is http://www.mavenforum.com then check your htacess file and check what it is there

it should have this in the htaccess file
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mavenforum.com [NC]
RewriteRule ^(.*)$ http://www.mavenforum.com/$1 [R=301,L]

mans4
09-08-2014, 04:01 AM
same problem yet

ForceHSS
09-08-2014, 04:24 AM
Thats because you have not done what i said