Changeset 27 for branches/lazarus/.htaccess
- Timestamp:
- Sep 10, 2010, 8:09:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/lazarus/.htaccess
r24 r27 3 3 DirectoryIndex index.cgi 4 4 5 # Disable access to source code files 5 6 <FilesMatch "\.(pas|o|ppu|lpi|a)$"> 6 7 Deny from all 7 8 </FilesMatch> 9 10 RewriteEngine on 11 RewriteCond %{REQUEST_FILENAME} !-f 12 RewriteCond %{REQUEST_FILENAME} !-d 13 RewriteRule ^(.*)$ index.cgi?$1
Note:
See TracChangeset
for help on using the changeset viewer.