#AuthName "Private zone"
#AuthType Basic
#AuthUserFILE /var/www/.htpasswd
#require user oleg
AddDefaultCharset UTF-8
#php_admin_value open_basedir /sys-otelms/
php_value display_errors on
php_value session.auto_start 1
php_value max_input_vars 5000
php_flag display_errors on
php_value log_errors on
php_value error_log /var/vhosts/ci2.otelms.com/log/PHP_errors.log
php_value error_reporting 8191
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|ua/images|asset|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d	

#map all request urls to a specific controller method
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
