Alternc  latest
Alternc logiel libre pour l'hébergement
bureau.conf
Go to the documentation of this file.
1 
2  AssignUserId alterncpanel alterncpanel
3  SetEnv LOGIN "0000-panel"
4 
5  DocumentRoot /usr/share/alternc/panel/admin
6  ServerName %%fqdn%%
7 
8  RewriteEngine on
9  RewriteRule ^/admin/(.*) /$1 [R=301,L]
10 
11  alias /alternc-sql /usr/share/phpmyadmin
12 
13  RewriteEngine On
14  RewriteRule ^webmail /webmail-redirect.php [L]
15 
16 
17  # will be used to define aliases such as /javascript /webmail /squirrelmail ...
18  IncludeOptional /etc/alternc/apache-panel.d/*.conf
19 
20 # we depend on prettify, libjs-jquery libjs-jquery-tablesorter
21 # for the panel, so we ensure the /javascript alias is there:
22 Alias /javascript /usr/share/javascript/
23 
24 <Directory "/usr/share/javascript/">
25  Options +FollowSymLinks +MultiViews
26  Require all granted
27  ExpiresDefault "access plus 1 month"
28 </Directory>