welcome back to dyb-tech
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
AuthUserFile "/etc/apache2/passwd.pass"
|
||||
AuthName "Please Enter Password"
|
||||
AuthType Basic
|
||||
Require valid-user
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP:Authorization} .+
|
||||
RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ index.php [QSA,L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user