Bonjour,
j'effectue un url rewriting en mettant dans mon .htaccess
dans mon php, j'ai
echo '<a href="'.$site.'mess-reception-mess-env.html">'.$idem_txt0158.' </a>';
Ca me donne génère l'erreur suivante
Not Found
The requested URL /mess-reception-mess-env.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_perl/2.0.4 Perl/v5.8.8 Server at www.swapnfly.com Port 80
Alors qu'en local avec easyphp ça fonctionne parfaitement....
j'effectue un url rewriting en mettant dans mon .htaccess
Code:
RewriteRule ^mess-reception-mess-([a-z]+).\html$ mess-reception.php?mess=$1 [L]
echo '<a href="'.$site.'mess-reception-mess-env.html">'.$idem_txt0158.' </a>';
Ca me donne génère l'erreur suivante
Not Found
The requested URL /mess-reception-mess-env.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_perl/2.0.4 Perl/v5.8.8 Server at www.swapnfly.com Port 80
Alors qu'en local avec easyphp ça fonctionne parfaitement....