NxTIC/.htaccess

10 lines
202 B
ApacheConf
Raw Normal View History

2016-04-12 10:09:25 +00:00
AuthType Basic
AuthName "Private project -> wait for production"
AuthUserFile /var/www/socioview.pass
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]