This is a discussion on mod rewrite within the Apache Web Server forums, part of the Web Server and Related Forums category; I've created a .htaccess file in which there is these lines: RewriteEngine on RewriteRule ^logement_mieux_eclaire.html$ rubrique.php?stid=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've created a .htaccess file
in which there is these lines: RewriteEngine on RewriteRule ^logement_mieux_eclaire.html$ rubrique.php?stid=1400 [L] when I go to logement_mieux_eclaire.html on my browser there is a 404 error : The requested URL /home/ecogeniehabitat/www/btoc/rubrique.php was not found on this server. so the rule works but why a 404 error ? |
|
|||
|
Davide Bianchi a écrit :
> On 2005-03-08, pollux <pollux_@argomedias.com> wrote: > >>when I go to logement_mieux_eclaire.html on my browser there is a 404 >>error : >>The requested URL /home/ecogeniehabitat/www/btoc/rubrique.php was not >>found on this server. >>so the rule works but why a 404 error ? > > > Because the file isn't there? > Davide > yes it's there |