AddDefaultCharset UTF-8 RewriteEngine On RewriteBase /ubiquity/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{HTTP_ACCEPT} !(.*images.*) RewriteRule ^(.*)$ index.php?c=$1 [L,QSA]