addDefaultCharset utf8;
RewriteEngine on
RewriteCond $1 !^(index\.php|app|landing|robots\.txt|favicon\.png|files|politic.html|httploaders.txt|site|SQLyogTunnel\.php)
RewriteRule ^(.*)$ index.php?/$1 [L]
Require all granted
Allow from all
addDefaultCharset utf8;
RewriteEngine on
RewriteCond $1 !^(index\.php|app|landing|robots\.txt|favicon\.png|files|politic.html|httploaders.txt|site|SQLyogTunnel\.php)
RewriteCond {REQUEST_URI} !^.*papkaland/&
RewriteRule ^(.*)$ index.php?/$1 [L]