The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
May 21, 2012, 10:42:29 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,604 Posts in 625 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto, iRealty and iLister v.4.x
| |-+  General iAuto Discussions
| | |-+  403 Forbidden after install
« previous next »
Pages: [1] Print
Author Topic: 403 Forbidden after install  (Read 1869 times)
iivel
Newbie
*

Karma: 0
Posts: 1


View Profile
« on: August 23, 2008, 07:37:10 PM »

My hosting provider does not support chmod via FTP - the install seems to go just fine, but immediately after attempting to load the admin or front end page gives me a 403 error. Any ideas would be appriciated, thanks.

Site PHPinfo:
http://kmccars.com/info.php

Output from install:
iAuto installation details:

Checking Database configuration...
Checking Administrator configuration...
Defining Base URL...
Connecting to FTP-Server...
Changing mode of files to 666...
Cannot change modes of files via FTP
Checking mode of files...
Changing mode of directories to 777...
Cannot change modes of directories via FTP
Checking mode of directories...
Setting character set...
Creating base tables...
Forming config files...
Writing administrator configuration...
Writing .htaccess file...
Writing admin/.htaccess file...
Changing mode of files to 644...
Cannot change modes of files via FTP
Please change the access mode to non Apache-writable (644|go-w) for the following files:
.htaccess
admin/.htaccess
system/user-config/LocalSettings.php
system/admin-config/LocalSettings.php
Congratulations!!! The installation was successful!

Go to the admin panel  Go to the front end area
Now, please remove the install.php file from the root of the installation folder.
Failure to do so may allow third persons to re-install your software and gain control over it.
« Last Edit: August 23, 2008, 07:44:53 PM by iivel » Logged
iron
Global Moderator
Jr. Member
*****

Karma: 0
Posts: 90


iAuto\iRealty\iLister support


View Profile
« Reply #1 on: October 30, 2008, 03:22:59 PM »

If your hosting provider does not support chmod via FTP you will have to chmod the files manually. You can ask us to help with that also.

It looks like the problem you are experiencing is in the .htaccess file. Rarely on some servers the installation piece of script is unable to write into the .htaccess so it may be blank, but it should contain the following:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* ./index.php

in order to run the product.

For some servers you also need to specify the

RewriteBase /

The are also may be different reasons but the listed above is more common.
« Last Edit: February 09, 2009, 06:02:02 PM by iron » Logged

Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!