source:
0.4/public/.htaccess
@
3
| Revision 3, 190 bytes checked in by anthemfor182, 6 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <IfModule mod_rewrite.c> |
| 2 | RewriteEngine On |
| 3 | RewriteCond %{REQUEST_FILENAME} !-d |
| 4 | RewriteCond %{REQUEST_FILENAME} !-f |
| 5 | RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] |
| 6 | </IfModule> |
Note: See TracBrowser
for help on using the repository browser.