unleashed666

Results 1 comments of unleashed666

solved: added to .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^._$ - [NC,L] RewriteRule ^._$ index.php [NC,L] all seems to be working...