| Revision 771,
419 bytes
checked in by r2, 10 months ago
(diff) |
|
1.8 final
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | AddDefaultCharset windows-1251 |
|---|
| 2 | |
|---|
| 3 | RewriteEngine On |
|---|
| 4 | RewriteBase / |
|---|
| 5 | RewriteRule ^.htaccess$ - [F] |
|---|
| 6 | |
|---|
| 7 | RewriteCond %{REQUEST_URI} !\.(jpg|jpeg|ico|gif|png|css|xml|js|pl|txt)$ [NC] |
|---|
| 8 | RewriteCond %{REQUEST_FILENAME} !^/admin |
|---|
| 9 | RewriteCond %{REQUEST_FILENAME} !^/migrate |
|---|
| 10 | RewriteCond %{REQUEST_FILENAME} !^/install |
|---|
| 11 | RewriteCond %{REQUEST_FILENAME} !-f |
|---|
| 12 | RewriteCond %{REQUEST_FILENAME} !-d |
|---|
| 13 | |
|---|
| 14 | RewriteRule ^(.*)$ /index.php [L] |
|---|
Note: See
TracBrowser
for help on using the repository browser.