eligrey/jData-host/master/.htaccess - Htaccess File

eligrey/jData-host/master/.htaccess

# This .htaccess makes *.html files accessible without
# their filename extension by using mod_rewrite. It is
# needed to comply with the pmxdr standard.

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule (.*) $1.html [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache