lakshit1001/thaparexpress/master/login/.htaccess - Htaccess File

lakshit1001/thaparexpress/master/login/.htaccess

# DO NOT REMOVE THIS LINE AND THE LINES BELOW ERRORPAGEID:aLedeD

ErrorDocument 404 /404.html

# DO NOT REMOVE THIS LINE AND THE LINES ABOVE aLedeD:ERRORPAGEID

Options All -Indexes

ErrorDocument 404 http://thaparexpress.in/

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME}.php -f

RewriteRule ^(.*)$ $1.php

RewriteCond %{REQUEST_FILENAME}.html -f

RewriteRule ^(.*)$ $1.html

AddOutputFilterByType DEFLATE application/javascript text/css

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache