mattmezza/fleet/master/.htaccess - Htaccess File

mattmezza/fleet/master/.htaccess

RewriteEngine On
# if you installed into subdirectory please fill and decomment next line
#RewriteBase /subdir/
RewriteCond %{REQUEST_FILENAME} !-f
# if you installed into subdirectory please change /index.php into index.php into next line
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache