Re: [EMAIL PROTECTED] apache httpd.conf and .htaccess

2008-09-15 Thread André Warnier
Alain Roger wrote: Ok, then 1) I think that the subject of your message is not very good, if you want to get answers. Your problem is not really in httpd.conf and htaccess, it is a problem with mod_rewrite, and you should say so in the subject, to attract the mod_rewrite specialists, of whic

Re: [EMAIL PROTECTED] apache httpd.conf and .htaccess

2008-09-15 Thread Alain Roger
Hi Andre, ok, basically i'm just testing at home the mod_rewrite module from apache, so i took an example from internet. basically when i type http://my.IP.address/se_internet/error.html in my browser address bar, i should be redirected (apache should rewrite address as) to http://my.IP.address/se

Re: [EMAIL PROTECTED] apache httpd.conf and .htaccess

2008-09-15 Thread André Warnier
Alain Roger wrote: [...] 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 ?

[EMAIL PROTECTED] apache httpd.conf and .htaccess

2008-09-15 Thread Alain Roger
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: > Ac