Access forbidden Error 403
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Access forbidden Error 403
Access forbidden Error 403
20-09-2011 7:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Access forbidden Error 403
21-09-2011 1:27 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Folders should have permissions set to 710 (a setting you mentioned) but what about files? PHP files should be 700, other files 640. Have you uploaded the SMF archive to ccgi or did you extract files from it on your PC first, then upload all the files and directories? If you uploaded the archive extraction would have to be done by a suitable bash script. One for WordPress has been posted in this forum but I don't recall seeing one for SMF.
Re: Access forbidden Error 403
21-09-2011 9:22 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for your response. I extracted files on my PC first, then uploaded them. The main folder and all subfolders are on 710. Do I need to put everything on 700?
Any ideas?
Re: Access forbidden Error 403
21-09-2011 12:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The default file permissions will normally come out as 0640. Permissions for PHP, Perl and CGI scripts need to be changed to 0700. This can conveniently be done using the setperms.cgi script you'll find in this post.
I've yet to install SMF from scratch on the current ccgi, so not sure if any changes to that script are desirable for SMF.
Re: Access forbidden Error 403
21-09-2011 3:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Re: Access forbidden Error 403
21-09-2011 5:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The last install I did was on the old ccgi. Since the last installation step deletes the installation scripts as a security measure they are not there for me to check file permissions.

I've installed many updates since, including migrating to version 2.0 and 2.0.1, no problems whatsoever.

Re: Access forbidden Error 403
21-09-2011 8:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Access forbidden Error 403
21-09-2011 11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I think that screen shot shows the cause of the 403 error. Browsing to ccgi.username.plus.com/ will try to serve an index.xxx file from your ccgi root / (xxx represents one of a number of extensions, php, html, …, etc). There isn't such a file and listing the directory contents is forbidden, so you get the 403 error.
If you try browsing to ccgi.username.plus.com/newfolder/ the index.php file in that folder should be served. I'm not sure if that invokes the installation script first time or whether you need to browse to the install script at ccgi.username.plus.com/newfolder/install.php to start installation.
Re: Access forbidden Error 403
22-09-2011 10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Access forbidden Error 403
22-09-2011 11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Access forbidden Error 403
22-09-2011 12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Since you have an old forum set up you must have activated MySQL previously. When you did that you should have received an e-mail which supplied your MYSQL access settings. The Server name would be rumpus or humbug, Password a 16 character string, Database name probably your username followed by _pn. The Table prefix on your old forum is probably smf_ so if you want to retain the tables for that you would need to change it for the new installation, perhaps to smf2_. If you *don't* want to retain the old tables I think you would have to delete them first using phpMyAdmin.
Re: Access forbidden Error 403
22-09-2011 1:13 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Access forbidden Error 403