#AuthName "Private zone"
#AuthType Basic
#AuthUserFILE /var/www/.htpasswd
#require user oleg
AddDefaultCharset UTF-8
#AddDefaultCharset cp1251
php_value display_errors on
php_value session.auto_start 1
php_flag display_errors on
php_value log_errors on
php_value error_log /var/vhosts/new.otelms.com/log/PHP_errors.log
php_value error_reporting 8191
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|favicon\.ico|images|bank|css|ttt|robots\.txt|11.php)
RewriteCond %{REQUEST_URI} !\.(css¦js¦jpg¦gif)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]


