This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello all,
I created my first site with OctoberCMS with a temp domain name (subdomain). I want to put the site live, but can anybody tell hoe to set the right domain name?
Thanks in advance.
Last updated
Move the whole OctoberCMS to a folder where your root-domain points to.
Then edit the ./config/app.php
on line 32 and replace 'url' => 'http://sub.yourpage.com/',
with 'url' => 'http://yourpage.com/',
Last updated
The website will even work without following that step! The config app.url
is for the command line to know what the website URL is.
So moving a site, it should "just work".
1-4 of 4