dimabik
Мой дом здесь!
- Регистрация
- 14 Мар 2008
- Сообщения
- 1.060
- Реакции
- 211
Код:
AddDefaultCharset utf-8
Options -Indexes
php_value max_execution_time 300
php_value max_input_time 300
RewriteEngine On
RewriteBase /
RewriteRule ^.htaccess$ - [F]
RewriteCond %{REQUEST_URI} !\.(ico|css|js|txt)$ [NC]
RewriteCond %{REQUEST_FILENAME} !^/admin
RewriteCond %{REQUEST_FILENAME} !^/migrate
RewriteCond %{REQUEST_FILENAME} !^/install
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L]
У меня такой на 1,10 рабочий