diff options
Diffstat (limited to 'modules/blog/templates/01_blogs_vhosts.conf')
-rw-r--r-- | modules/blog/templates/01_blogs_vhosts.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/blog/templates/01_blogs_vhosts.conf b/modules/blog/templates/01_blogs_vhosts.conf index a617d760..dae15b40 100644 --- a/modules/blog/templates/01_blogs_vhosts.conf +++ b/modules/blog/templates/01_blogs_vhosts.conf @@ -3,7 +3,8 @@ ServerName blog-test.mageia.org DocumentRoot /var/www/html/blog.mageia.org/ <Directory /var/www/html/blog.mageia.org/> Order deny,allow - Allow from all + Allow from All + AllowOverride All Options FollowSymlinks Options +Indexes </Directory> |