AddDefaultCharset UTF-8
RewriteEngine On


RewriteRule ^(.*\.css)$ enhanced_css_js.php?css=$0
RewriteRule ^(.*\.js)$ enhanced_css_js.php?css=$0
RewriteCond %{REQUEST_URI}  !^.*enhanced_css_js.php.*

RewriteCond %{REQUEST_URI}  !^.*/dp.*
RewriteCond %{REQUEST_URI}  !^.*/js.*
RewriteCond %{REQUEST_URI}  !^.*/css.*
RewriteCond %{REQUEST_URI}  !^.*/x_test.*
#RewriteCond %{REQUEST_URI}  !^.*/log.*
RewriteCond %{REQUEST_URI}  !^.*/cportal.*
RewriteCond %{REQUEST_URI}  !^.*/test.php
RewriteCond %{REQUEST_URI}  !^.*/cp2/*
RewriteCond %{REQUEST_URI}  !^.*/images/*
RewriteCond %{REQUEST_URI}  !^.*/img/*
RewriteCond %{REQUEST_URI}  !^.*/robots.txt
RewriteCond %{REQUEST_URI}  !^.*html2pdf.*
RewriteCond %{REQUEST_URI}  !^.*prototype.*

RewriteCond %{REQUEST_URI}  !^.*/server.php.*
RewriteCond %{REQUEST_URI}  !^.*/test.php.*

RewriteRule ^(.*)$ index.php
