anthonyrossbach/CodeSimpleScript/master/.htaccess
Options -indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !=/index.php RewriteRule . www/index.php [L,QSA] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 index.php </IfModule>
Files
