.htaccess 177 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 AddDefaultCharset utf-8 Options +FollowSymLinks IndexIgnore */* RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php