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
Files
