Options -MultiViews
RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
RewriteCond %{REQUEST_URI} ^(.*)/cl/.*
RewriteRule . %1/cl/index.php
