2013-01-30, 03:32:53
I have a successful installation. I can create new pages and they show up as they should. The only thing that does not work is the special "index" page itself.
When I call this page from the admin/pages.php via "#" or when I type the site URL in the browser, I get a simple file list of the GetSimpleCMS root directory.
When I call the index.php in the site root directory directly it shows the "index" page correctly.
A workaround is to insert a new index.html file with a redirect to the index.php.
But there certainly has to be a reason why the standard example in the installation does not work for me.
My installation:
- Windows 7 (yeah I know, its supposed to be UNIX...)
- Apache 2.2
- PHP 5.2.17
- I installed GetSimpleCMS in a subdirectory of the Apache Webserver root. So it is not directly located at the root of the Webserver (htdocs\GetSimpleTest\... (here is the installation)).
When I call this page from the admin/pages.php via "#" or when I type the site URL in the browser, I get a simple file list of the GetSimpleCMS root directory.
When I call the index.php in the site root directory directly it shows the "index" page correctly.
A workaround is to insert a new index.html file with a redirect to the index.php.
But there certainly has to be a reason why the standard example in the installation does not work for me.
My installation:
- Windows 7 (yeah I know, its supposed to be UNIX...)
- Apache 2.2
- PHP 5.2.17
- I installed GetSimpleCMS in a subdirectory of the Apache Webserver root. So it is not directly located at the root of the Webserver (htdocs\GetSimpleTest\... (here is the installation)).