source: trunk/.htaccess@ 744

Last change on this file since 744 was 744, checked in by chronos, 10 years ago
  • Fixed: Config file name.
  • Fixed: Proper displaying of empty top bar.
  • Modified: Made .htaccess file working by default without need a change.
File size: 291 bytes
Line 
1<Files ReadMe.txt>
2 order allow,deny
3 deny from all
4</Files>
5
6RewriteEngine On
7RewriteCond %{REQUEST_FILENAME} !-f
8RewriteCond %{REQUEST_FILENAME} !-d
9RewriteRule ^(.*)$ %{CONTEXT_PREFIX}/index.php?$1
10
11#ErrorDocument 403 "index.php?page=403"
12#ErrorDocument 404 "index.php?page=404"
Note: See TracBrowser for help on using the repository browser.