Hello everybody,
I moved my site (which was located in www/test/) to the level of www, but now I get the follwing message when I try to open the site:
There is no config.php file or install/index.php please correct one these errors!
Does anyone have an Idea? The config.php is there ande the install/ has been moved after I upgraded succesfully to version 1.9.2.
Chris
[SOLVED] Site does not work CONFIG.PHP
[SOLVED] Site does not work CONFIG.PHP
Last edited by chrisbar on Thu Jan 06, 2011 11:06 pm, edited 1 time in total.
Re: Site does not work
Did also you change all reference's to 'www/test' in your config.php file?
Also, in .htaccess there is a line
There should be nothing behind the slash here
Code: Select all
$config['root_url']
$config['root_path']
$config['previews_path']
$config['uploads_path']
$config['image_uploads_path']
Code: Select all
#Sub-dir e.g: /cmsms
RewriteBase /
Make your community a better place!
Re: Site does not work
That's it!
I changed the cofig.php
The HTAccess file I can't find??
I changed the cofig.php
The HTAccess file I can't find??
Re: Site does not work
Is it working now?
The .htaccess file should be in the root of your installation, but it's not always needed. So, if everything works, don't bother
The .htaccess file should be in the root of your installation, but it's not always needed. So, if everything works, don't bother

Make your community a better place!
Re: Site does not work
If you don't have the .htaccess file, you should be OK.
[SOLVED] Re: Site does not work
Thank you all! This was a quick fix! So this item is solved now!

