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.
February 09, 2012, 10:09:03 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,602 Posts in 623 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto and iRealty v.2.x - 3.x
| |-+  General iAuto Discussions
| | |-+  The software is not configured to respond to requests of the following host: loc
« previous next »
Pages: [1] Print
Author Topic: The software is not configured to respond to requests of the following host: loc  (Read 2030 times)
rsaassoc
Newbie
*

Karma: 0
Posts: 2


View Profile
« on: November 14, 2008, 01:08:41 AM »

it's very hard to purchase this product if i can't get a demo to run locally. i would really appreciate a hand with this.

i received the error in the subject line right after the install. the install screen is below.
i now receive a 403 error but have changed nothing.
i get the same error if i type http://localhost/iauto/index.php or http://iauto.local/index.php

apache server 2.2
PHP 5.2
Vista ultimate


httpd.conf
<Directory "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\iauto">
Options Indexes FollowSymLinks
   AllowOverride All
   Order allow,deny
       Allow from all
</Directory>

<VirtualHost 127.0.0.1>
DocumentRoot "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\iauto"
Servername iauto.local
</Virtualhost>

etc file
127.0.0.1   iauto.local

installation screen

Checking Database configuration...
Checking Administrator configuration...
Defining Base URL...
Connecting to FTP-Server...
FTP user is not specified
You have to access rights for config and template files manually
Checking mode of files...
Checking mode of directories...
Setting character set...
Creating base tables...
Forming config files...
Writing administrator configuration...
Writing .htaccess file...
Writing admin/.htaccess file...
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.
Logged
iron
Global Moderator
Jr. Member
*****

Karma: 0
Posts: 90


iAuto\iRealty\iLister support


View Profile
« Reply #1 on: February 19, 2009, 02:45:16 PM »

It could be everything, however you can try to check the .htaccess files in root and /admin folder though (if the rewrite engine is enabled), it should contain:

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

You must have the mod_rewrite Apache module already installed.
« Last Edit: February 19, 2009, 02:53:42 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!