dcversus/netsoseda/master/.htaccess
php_flag display_errors 1 AddDefaultCharset UTF-8 Options -Indexes RewriteEngine on RewriteCond %{REQUEST_URI} !sys/* RewriteCond %{REQUEST_URI} !img/* RewriteCond %{REQUEST_URI} !Userfiles* RewriteCond %{REQUEST_URI} !robots.txt RewriteCond %{REQUEST_URI} !sitemap.xml RewriteCond %{REQUEST_URI} !favicon.* RewriteCond %{REQUEST_URI} !index.php RewriteRule ^(.*)$ index.php?q=$1 [QSA]