Quantcast
Viewing all articles
Browse latest Browse all 3203

Installed 3.1.3 64bit no access permission for virtual hosts (no replies)

My httpd-vhosts

# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

Viewing all articles
Browse latest Browse all 3203

Trending Articles