Vidal-ru/Vidal/master/web/psw/.htaccess - Htaccess File

Vidal-ru/Vidal/master/web/psw/.htaccess

AuthName "Need authorization"
AuthType Basic
#AuthUserFile C:/wamp/www/Vidal/web/psw/.htpasswd
AuthUserFile /home/twigavid/public_html/current/web/psw/.htpasswd
require valid-user

<Files *.css>
Satisfy Any
Order Deny,Allow
Allow from All
</Files>

<Files *.js>
Satisfy Any
Order Deny,Allow
Allow from All
</Files>    

<Files *.gif>
Satisfy Any
Order Deny,Allow
Allow from All
</Files>    

<Files *.png>
Satisfy Any
Order Deny,Allow
Allow from All
</Files>    

<Files *.jpg>
Satisfy Any
Order Deny,Allow
Allow from All
</Files>    

<Files *.jpeg>
Satisfy Any
Order Deny,Allow
Allow from All
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache