Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: celtic_kiwi on August 24, 2003, 08:35:44 AM

Title: 403 Forbidden
Post by: celtic_kiwi 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.
Title: Re: 403 Forbidden
Post by: Michael Smith on August 24, 2003, 09:59:52 AM
Look at your ibay config ... you need "public access via web" enabled.
Title: Re: 403 Forbidden
Post by: celtic_kiwi on August 25, 2003, 12:09:46 AM
Thanks, seems so obvious when I look past the forest in front of my eyes.

Gavin