jbroadway/minvc/master/.htaccess - Htaccess File

jbroadway/minvc/master/.htaccess

# This is a sample Apache configuration for minvc.
# Add these to your server{} block, making sure to
# adjust the root path and add any additional
# configurations you require.

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache