Hi,

as you can read in my signature i run apache 2.2.4 under windows XP SP3 and
i have a stupid question about httpd.conf file.
basic installation of apache 2.2.4 under windows XP generates a httpd.conf
file.
in this default file, AccessFileName does not exist... so i add the
following line:

> AccessFileName .htaccess
>

after in order to all local .htaccess file (from whatever folder i want, i
defined my directory options as following:

> Alias /se_internet/ "L:/Webserver/se/internet/"
> <Directory "L:/Webserver/se/internet/">
>     #Options Indexes MultiViews
>     Options Indexes FollowSymLinks
>     AllowOverride All
>     Order allow,deny
>     Allow from all
> </Directory>
>

under my browser FF3, when i run http://my.IP.address/se_internet/error.html,
instead to redirect me on http://my.IP.address/se_internet/find.html, i get
a nice 400 error message:
Bad Request Your browser sent a request that this server could not
understand.

any idea ?
thanks a lot,

-- 
Alain
------------------------------------
Windows XP SP3
PostgreSQL 8.2.4 / MS SQL server 2005
Apache 2.2.4
PHP 5.2.4
C# 2005-2008

Reply via email to