Jump to content

Recommended Posts

Posted

Hello,

I have problem when i add www to the domain.

i add www in config file, but the problem the $config->urls->root ,    output  is "domain.com" doesn't "www.domain.com"

what is the wrong??

Posted

$config->urls->root should usually return "/"

Maybe you are looking for $config->urls->httpRoot

Or maybe you need to deal with htaccess redirects - in which case, uncomment the lines under section 13 of the .htaccess file.

  • Like 3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...