shingoinstitute/shingo-website/master/public/assets/intlconf/.htaccess - Htaccess File

shingoinstitute/shingo-website/master/public/assets/intlconf/.htaccess

RewriteOptions inherit
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
#This line allows for users to type pages without the html extension
RewriteRule ^([^.]+)$ $1.html [NC,L]

#Find code at https://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache