Koozali.org: home of the SME Server

403 Forbidden

celtic_kiwi

403 Forbidden
« on: August 24, 2003, 08:35:44 AM »
I am trying to install a PHP wiki (now I have had someone explain what it was) but have some problems.

1. When extracting the from the tar.gz I used GZIP and then TAR but it extracted to the Subdirectory phpwiki. I want to extract the archive to an existing folder (tar -XF phpwiki.tar /wiki/html where /wiki/html is the folder to extract to still keeping the archive subfolders

Alternately how can I copy the folder, eg

mv \wiki\html\phpwiki\ \wiki\html\

2. When I try and run phpwiki I get a 403 Forbidden error.  I have set up execute  permissions on the IBAY

Information bay name:   wiki
Description: FA WIKI
Group: Everyone
User access via file sharing or user ftp: Write=group Read=Everyone
Public access via web or anonymous ftp: NONE
Execution of dynamic content (CGI, PHP, SSI): ENABLED

Do I need to do a chmod on the folder. I have no real idea what chmod does beyond knowing it is for permissions/security.

Michael Smith

Re: 403 Forbidden
« Reply #1 on: August 24, 2003, 09:59:52 AM »
Look at your ibay config ... you need "public access via web" enabled.

celtic_kiwi

Re: 403 Forbidden
« Reply #2 on: August 25, 2003, 12:09:46 AM »
Thanks, seems so obvious when I look past the forest in front of my eyes.

Gavin