Error - VirtualHost
Posted by: aptekarb@live.com (157.49.4.---)
Date: June 10, 2017 12:03AM

I have set following setting for virtual-Host.
Note:I have changed port :80 to :81


# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp641/www
<Directory "c:/wamp641/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:81>
DocumentRoot "c:/wamp641/www/cms/public"
ServerName cms.com
<Directory "c:/wamp641/www/cms/public">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>



Edited 1 time(s). Last edit at 06/10/2017 04:37AM by aptekarb@live.com.

Re: Error - VirtualHost
Posted by: RiggsFolly (Moderator)
Date: June 10, 2017 09:04AM

Thanks for the news.

Is there a question that goes along with it?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Sorry, only registered users may post in this forum.