lucasoid/plainframe/master/public/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L,QSA] </IfModule> <Files *.php> allow from all </Files>
Files
