source: trunk/.htaccess

Last change on this file was 860, checked in by chronos, 5 years ago
  • Modified: Made some links to follow http/https protocol.
  • Modified: Simplified .htaccess.
File size: 386 bytes
Line 
1<Files ReadMe.txt>
2 order allow,deny
3 deny from all
4</Files>
5
6<Files Query.log>
7 order allow,deny
8 deny from all
9</Files>
10
11RewriteEngine On
12RewriteBase /
13
14RewriteEngine On
15RewriteCond %{REQUEST_FILENAME} !-f
16RewriteCond %{REQUEST_FILENAME} !-d
17RewriteRule ^(.*)$ %{CONTEXT_PREFIX}/index.php?$1
18
19#ErrorDocument 403 "index.php?page=403"
20#ErrorDocument 404 "index.php?page=404"
Note: See TracBrowser for help on using the repository browser.