GetSimple Support Forum

Full Version: Access Forbiden
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I am total newbie here so please bear with me.
Installed the program, thanks everyone involved in the creation.
I think this is exactly what I am looking for.

I have managed to add a page and upload a file as well and make a link to file from the page.
That part works like a charm.
However when I try to look/locate the page and I go to :
http://www.cornwallct.org/minutes
I get the "Forbidden" warning.
If I type in "http://www.cornwallct.org/minutes/index.php. I will get the welcome page, and I should be able to edit that ( I think), but the HOME button is still going to point to the folder .
I am probably missing something very simple.
Any help is appreciated

Lazlo
It looks like index.php isn't set as a DirectoryIndex option. Add this to the top of the .htaccess file in the base directory of your GetSimple CMS install.

Code:
DirectoryIndex index.html index.php
Thank you