GetSimple Support Forum
Access Forbiden - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Access Forbiden (/showthread.php?tid=3374)



Access Forbiden - lazlo - 2012-07-24

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


Access Forbiden - sal - 2012-07-24

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



Access Forbiden - lazlo - 2012-07-25

Thank you