source: trunk/.htaccess @ 771

Revision 771, 419 bytes checked in by r2, 10 months ago (diff)

1.8 final

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