You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
555 B

Alias {{{ALIAS}}} "{{{HOME_AUTOGESTION}}}/src/siu/www"
<Directory "{{{HOME_AUTOGESTION}}}/src/siu/www">
Options FollowSymLinks
DirectoryIndex index.php
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
AddDefaultCharset ISO-8859-1
include {{{HOME_AUTOGESTION}}}/instalacion/rewrite.conf
</Directory>
<Location ~ "{{{ALIAS}}}/*">
SetEnv ACC_ID des01
SetEnvIf always_match ^ ACC_ALIAS={{{ALIAS}}}
</Location>