Je voudrais configurer Easyphp 1.8 pour pouvoir utiliser l'URL Rewrinting.
J'ai chercher sur google, cela semble être un probleme different pour chaques personnes.
J'ai configuer Apache pour activer l'url rewrinting et j'ai renommer en htaccess.txt. Malheuresement sa ne marche pas. Voila la page que cela me donne :
CITATION
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin_AT_localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at localhost Port 80
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin_AT_localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at localhost Port 80
htaccess.txt contient :
CODE
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^inconnu\.html$ /test/test.html [L]Options +FollowSymlinks
RewriteEngine on
RewriteRule ^inconnu\.html$ /test/test.html [L]
RewriteEngine on
RewriteRule ^inconnu\.html$ /test/test.html [L]Options +FollowSymlinks
RewriteEngine on
RewriteRule ^inconnu\.html$ /test/test.html [L]
Cordialement.