bjork/phpcompatapi/master/app/.htaccess
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(.*.php)$ $1 [L] RewriteRule . index.php [L]
Files
