Initial commit

This commit is contained in:
2013-10-09 20:47:43 +02:00
commit 82f95fe6e9
23 changed files with 3252 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<VirtualHost *:80>
ServerName gpass-demo.soutade.fr
DocumentRoot /var/www/gpass
DirectoryIndex index.php
<Location />
AuthType Basic
AuthName "Private"
AuthUserFile /private/_pwd/user
Require valid-user
</Location>
<Location "/users/">
Allow from all
Satisfy Any
</Location>
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !index.php
RewriteRule ^/(.*)$ /users/$1/index.php [PT]
</VirtualHost>

BIN
ressources/gpass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
ressources/gpass.xcf Normal file

Binary file not shown.