axori/AMVC/master/.htaccess
php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?p=$1 [L,QSA]