Going live error
Permalink
I have been developing a site within the concrete5.6.1.2 directory while having a holding page in the root.
I was under the impression I just had to move the index.php file out of the concrete5.6.1.2 directory and into the root.
But I get this error:
Warning: require(/concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /home/rdpcorg/public_html/index.php on line 2
Do I have to move all contents of concrete5.6.1.2 into the root?
I was under the impression I just had to move the index.php file out of the concrete5.6.1.2 directory and into the root.
But I get this error:
Warning: require(/concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /home/rdpcorg/public_html/index.php on line 2
Do I have to move all contents of concrete5.6.1.2 into the root?
More practical would be to leave your c5 site, including index.php, in the directory you have developed in and then point your domain name at that directory. There should be something in your host control panel allowing you to set where a domain name points.
Pointing a domain name at the root directory of your web server, while simple, is not a great decision for the future.
See this howto:
http://www.concrete5.org/documentation/how-tos/developers/organise-...
Pointing a domain name at the root directory of your web server, while simple, is not a great decision for the future.
See this howto:
http://www.concrete5.org/documentation/how-tos/developers/organise-...
Rony