Ignore:
Timestamp:
Sep 10, 2010, 8:09:21 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Systém navigace pomocí "pěkných" URL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/lazarus/.htaccess

    r24 r27  
    33DirectoryIndex index.cgi
    44
     5# Disable access to source code files
    56<FilesMatch "\.(pas|o|ppu|lpi|a)$">
    67  Deny from all
    78</FilesMatch>
     9
     10RewriteEngine on
     11RewriteCond  %{REQUEST_FILENAME}  !-f
     12RewriteCond  %{REQUEST_FILENAME}  !-d
     13RewriteRule   ^(.*)$ index.cgi?$1
Note: See TracChangeset for help on using the changeset viewer.