source: trunk/.htaccess

Last change on this file was 114, checked in by chronos, 8 years ago
  • Fixed: Build under FPC 3.0 and Lazarus 1.6.
  • Modified: Updated internet tariffs page.
File size: 380 bytes
Line 
1AddHandler cgi-script .cgi
2Options +ExecCGI
3DirectoryIndex index.cgi
4
5# Disable access to source code files
6# xml - config files in .config subdirectory
7<FilesMatch "\.(pas|o|ppu|lpi|a|xml|ini)$">
8 Deny from all
9</FilesMatch>
10
11RewriteEngine on
12#RewriteBase /zdechovnet
13RewriteCond %{REQUEST_FILENAME} !-f
14RewriteCond %{REQUEST_FILENAME} !-d
15RewriteRule ^(.*)$ index.cgi?$1
Note: See TracBrowser for help on using the repository browser.