Changeset 1560

Show
Ignore:
Timestamp:
05/13/08 15:27:55 (22 months ago)
Author:
JensDiemer
Message:

Forbid the directly access to the dispatcher file (send 403 HTTP response)
FIXME: Is it save to default activate both rules?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/.htaccess

    r1309 r1560  
    3737#RewriteRule ^dev_scripts/server_tests - [L] 
    3838 
     39# Forbid the directly access to the dispatcher file (send 403 HTTP response) 
     40# FIXME: Is it save to default activate both rules? 
     41#RewriteRule ^index.cgi$ - [F,L] 
     42#RewriteRule ^index.fcgi$ - [F,L] 
     43 
    3944RewriteCond %{REQUEST_FILENAME} !-f 
    4045