Last change
on this file was 114, checked in by chronos, 9 years ago |
- Fixed: Build under FPC 3.0 and Lazarus 1.6.
- Modified: Updated internet tariffs page.
|
File size:
380 bytes
|
Line | |
---|
1 | AddHandler cgi-script .cgi
|
---|
2 | Options +ExecCGI
|
---|
3 | DirectoryIndex 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 |
|
---|
11 | RewriteEngine on
|
---|
12 | #RewriteBase /zdechovnet
|
---|
13 | RewriteCond %{REQUEST_FILENAME} !-f
|
---|
14 | RewriteCond %{REQUEST_FILENAME} !-d
|
---|
15 | RewriteRule ^(.*)$ index.cgi?$1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.