hugocolombo/ServerList/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond $1 !^(index.php|assets|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Files
