Afficher un message
Vieux 19/02/2005, 15h15   #1
BiggeR
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Problem http://url/index.php/ (extra slash)

Hello,

i have a problem with my php/apache server.

if a user goes to the URL http://url/index.php/ (extra slash) he will
NOT get an error but a page without any image

how can i return a 404 error ?

i tested

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*) $1

but doesn't work :-(
  Réponse avec citation
 
Page generated in 0,05150 seconds with 9 queries