Not showing index page
Permalink
Hi,
I just did a new installation of C5, I gave the site name, user name, DB info. And then C5 installed.
So far so good.
But if I surf to my site it does not automatically redirects me to thehttp://www.mysite.com/index.php but it just goes tohttp://www.mysite.com and gives an error. The same happens when i try to go to my dashboard.
"Concrete CMS
Page Not Found
No page could be found at this address.
Back to Home. "
I Dont know what to do, i thing it is a problem with the hosting but do not know where to look. Maybe someone know the answer.
Thanks and greetings
Benedikt
I just did a new installation of C5, I gave the site name, user name, DB info. And then C5 installed.
So far so good.
But if I surf to my site it does not automatically redirects me to thehttp://www.mysite.com/index.php but it just goes tohttp://www.mysite.com and gives an error. The same happens when i try to go to my dashboard.
"Concrete CMS
Page Not Found
No page could be found at this address.
Back to Home. "
I Dont know what to do, i thing it is a problem with the hosting but do not know where to look. Maybe someone know the answer.
Thanks and greetings
Benedikt
If I place an index.html file in the folder and I visit the website then I can see the html page.
I think it is a problem with the hosting, I use a parallels plesk panel for configurating the hosting. Maybe someone uses this too and can help me.
Greets
Benedikt
I think it is a problem with the hosting, I use a parallels plesk panel for configurating the hosting. Maybe someone uses this too and can help me.
Greets
Benedikt
Can we have a look the contents of your config/site.php file? Obviously hide username & password stuff.
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'serta');
define('DB_PASSWORD', '***');
define('DB_DATABASE', 'sertadb');
define('BASE_URL', 'http://www.serta.be');
define('DIR_REL', '');
define('PASSWORD_SALT', '***');
The DIR_REL is oke I think.
Maybe it's because it's a Windows hosting, PHP and mysql are enabled.
I can give you the link to the info.php file is this helps to?
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'serta');
define('DB_PASSWORD', '***');
define('DB_DATABASE', 'sertadb');
define('BASE_URL', 'http://www.serta.be');
define('DIR_REL', '');
define('PASSWORD_SALT', '***');
The DIR_REL is oke I think.
Maybe it's because it's a Windows hosting, PHP and mysql are enabled.
I can give you the link to the info.php file is this helps to?
Have you moved this from another server? Looks like pretty URIs are set to 'on', but if you're on a windows server there's no htaccess you need something different. I asked for site.php as I thought you might have set them 'on' in there, but you haven't.
If you haven't 'moved' from somewhere the installer you used has set them on by default. Probably not a great idea on Windows.
You should be able to login here.
http://www.serta.be/index.php/login...
Turn the pretty uris off and it should work. Your may still be able to facilate/enable pretty uris via a windows IIS module/extension if you definitely need that. Talk to your host.
Let us know how you get on.
If you haven't 'moved' from somewhere the installer you used has set them on by default. Probably not a great idea on Windows.
You should be able to login here.
http://www.serta.be/index.php/login...
Turn the pretty uris off and it should work. Your may still be able to facilate/enable pretty uris via a windows IIS module/extension if you definitely need that. Talk to your host.
Let us know how you get on.
You should let the forum know who you are using for hosting. Someone may well have had a similar experience of setup on the same host.