alfo/alexforey.com/master/.htaccess - Htaccess File

alfo/alexforey.com/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule !.*.php$ %{REQUEST_FILENAME}.php [QSA,L]
RewriteRule ^lighting/([^/]*)$ /theatre.php?id=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache