Show
Ignore:
Timestamp:
11/18/08 11:40:48 (5 years ago)
Author:
mattn
Message:

merge from app/.htaccess

Location:
lang/perl/MENTA/trunk
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/MENTA/trunk/.htaccess

    r23980 r24053  
    11DirectoryIndex menta.cgi 
     2 
     3RewriteEngine on 
     4 
     5RewriteCond %{REQUEST_FILENAME} !-f 
     6RewriteCond %{REQUEST_FILENAME} !-d 
     7RewriteCond %{REQUEST_URI} !^/static 
     8RewriteRule ^(.*)$ menta.cgi/$1 [L,QSA] 
     9 
    210<FilesMatch "(?:\.p[lm]|~)$"> 
    311    Order deny,allow