www.domain.com/concrete5 ?

Permalink
Hi,
I extract my concrete5 folder in public_html so when I want it install it it typewww.www.domain.com/concrete5/index.php... , everything in the installation works fine but my web address becomehttp://www.domain.com/concrete5

I try to extract the whole concrete5 zip content directly in public_html and I try to install it by typinghttp://www.domain.com/index.php but all i get is error message:
Warning: require(/home/ritualco/public_html/concrete/startup/config_check.php) [function.require]: failed to open stream: No such file or directory in /home/ritualco/public_html/concrete/dispatcher.php on line 11

Fatal error: require() [function.require]: Failed opening required '/home/ritualco/public_html/concrete/startup/config_check.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ritualco/public_html/concrete/dispatcher.php on line 11

Anyone know how can i make ithttp://www.domain.com?
Thanks in advance!

yopidjau
 
Mnkras replied on at Permalink Reply
Mnkras
http://www.concrete5.org/documentation/installation/moving_a_site

same thing, just skip all the sql stuff in that
yopidjau replied on at Permalink Reply
yopidjau
Still the same :(

I've change the site.php
define('BASE_URL', 'http://url.ritual8.com');
define('DIR_REL', '');

but still no luck
Mnkras replied on at Permalink Reply
Mnkras
You have to move the files also
On Jun 26, 2011 2:12 AM, "Concrete5 Community" <discussions@concretecms.com>
wrote:
vincedelaking replied on at Permalink Best Answer Reply
vincedelaking
Hi Yopidjau,

Now your files and folders are in a folder named concrete5, you have to move all off them the the root folder, thanhttp://www.domain.com/concrete5... will becomehttp://www.domain.com/. If all your files and folders are in the root, have a look at side.php in de config folder and change it so your base folder is your root map.
Hope this help you.