Rename resSources directories into resources
This commit is contained in:
24
resources/apache2_gpass.conf
Normal file
24
resources/apache2_gpass.conf
Normal 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
resources/gpass.png
Normal file
BIN
resources/gpass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
resources/gpass.xcf
Normal file
BIN
resources/gpass.xcf
Normal file
Binary file not shown.
BIN
resources/gpass_icon.png
Normal file
BIN
resources/gpass_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
resources/gpass_icon.xcf
Normal file
BIN
resources/gpass_icon.xcf
Normal file
Binary file not shown.
BIN
resources/usage.png
Normal file
BIN
resources/usage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
resources/usage.xcf
Normal file
BIN
resources/usage.xcf
Normal file
Binary file not shown.
Reference in New Issue
Block a user