idleberg/Bootstrap-Listr/master/src/root.htaccess - Htaccess File

idleberg/Bootstrap-Listr/master/src/root.htaccess

# Bootstrap Listr
RewriteEngine On
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?path=$1 [QSA,L,B]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache