|
Last change
on this file was 69, checked in by chronos, 10 years ago |
- Modified: Use object oriented approach for page drawing using Application class.
- Added: SQL updated will be automatic using UpdateTrace.php file.
- Added: Use generic setup page at URL /setup for SQL structure update.
- Modified: Update Common package to newer version.
|
|
File size:
291 bytes
|
| Line | |
|---|
| 1 | <Files ReadMe.txt>
|
|---|
| 2 | order allow,deny
|
|---|
| 3 | deny from all
|
|---|
| 4 | </Files>
|
|---|
| 5 |
|
|---|
| 6 | RewriteEngine On
|
|---|
| 7 | RewriteCond %{REQUEST_FILENAME} !-f
|
|---|
| 8 | RewriteCond %{REQUEST_FILENAME} !-d
|
|---|
| 9 | RewriteRule ^(.*)$ %{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.