abclive/Lightning/master/.htaccess - Htaccess File

abclive/Lightning/master/.htaccess

Options +FollowSymLinks
RewriteEngine on

RewriteRule (.*) /index.php [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule .* index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache