diff options
author | ramon <ramongomez@us.es> | 2015-06-14 16:17:07 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2015-06-14 16:17:07 +0000 |
commit | 7829e4e9833f433746363856d446d08a367beb0c (patch) | |
tree | 12ac3af378b8fdfb671772f9ce1c72f0d77275a7 /server/etc/apache.conf.tmpl | |
parent | 304533cd78dfe799a01922d70ff00d3e71fb60ea (diff) |
#708: Integrar código del ticket:708 en versión 1.1.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4652 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/etc/apache.conf.tmpl')
-rw-r--r-- | server/etc/apache.conf.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 5613bf11..cd8e059d 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -10,4 +10,6 @@ php_value short_open_tag on Options -Indexes +FollowSymLinks DirectoryIndex index.php </Directory> - +<Directory CONSOLEDIR/rest> + AllowOverride All +</Directory> |