Page 1 of 1

CMSSimple as part of existing webite

Posted: Thu Sep 11, 2008 2:57 pm
by jaysfive
I have added CMSimple to a page of an existing website but when trying to open
http://www.mydomain.com/cmsimple/content/content.htm I get the errpor message:-

Forbidden
You don't have permission to access /cmsimple/content/content.htm on this server.

I have set all permissions to 777

Any ideas folks ?

:oops:

Re: CMSSimple as part of existing webite

Posted: Thu Sep 11, 2008 5:10 pm
by ZiPs
Hi jaysfive

Look at you .htaccess in the content folder, it must be this that stop you.

/ZiPs

Re: CMSSimple as part of existing webite

Posted: Thu Sep 11, 2008 6:00 pm
by Tata

Re: CMSSimple as part of existing webite

Posted: Thu Sep 11, 2008 6:14 pm
by jaysfive
My .htaccess file has:-

order deny,allow
deny from all

Re: CMSSimple as part of existing webite

Posted: Thu Sep 11, 2008 6:31 pm
by ZiPs
This tell you about it http://httpd.apache.org/....mod_access.html

If you do not want security to the content folder, you can delete your .htaccess file

/ZiPs