|
Last change
on this file was 860, checked in by chronos, 7 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 |
|
|---|
| 11 | RewriteEngine On
|
|---|
| 12 | RewriteBase /
|
|---|
| 13 |
|
|---|
| 14 | RewriteEngine On
|
|---|
| 15 | RewriteCond %{REQUEST_FILENAME} !-f
|
|---|
| 16 | RewriteCond %{REQUEST_FILENAME} !-d
|
|---|
| 17 | RewriteRule ^(.*)$ %{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.