source: trunk/.htaccess.sample

Last change on this file was 868, checked in by chronos, 8 years ago
  • Modified: URL independent pretty URL module rewrite setting.
File size: 275 bytes
Line 
1RewriteEngine On
2RewriteBase /
3
4# Pretty urls
5RewriteEngine On
6RewriteCond %{REQUEST_FILENAME} !-f
7RewriteCond %{REQUEST_FILENAME} !-d
8RewriteRule ^(.*)$ %{CONTEXT_PREFIX}/index.php?$1
9
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.