Arink98/HSP-Review/master/.htaccess - Htaccess File

Arink98/HSP-Review/master/.htaccess

#turn on url rewriting
RewriteEngine on

#remove the need for .php extention
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

ErrorDocument 404 https://hsp-review.xyz/404

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache