ahmedmuqaddas94/Honliz/master/admin141/.htaccess - Htaccess File

ahmedmuqaddas94/Honliz/master/admin141/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]

#Alternate default index page
DirectoryIndex login.php
AuthType Basic
AuthName "Admin Panel"
AuthUserFile "/home2/mustaqee/.htpasswds/public_html/admin141/passwd"
require valid-user

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache