woftles/lighter-than-air-cms/master/.htaccess - Htaccess File

woftles/lighter-than-air-cms/master/.htaccess

Options -MultiViews
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) $1.php
RewriteRule post/(d+) ?id=$1
RewriteRule ^lta/(.+)$ lta-cms/interface/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache