alexgleason/prototypes-twig/master/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # For installation into the root directory RewriteRule (.*) /index.php [L] # For installation into a subdirectory # RewriteRule (.*) /subdir/index.php [L] </IfModule>