Hi,
I set up Wamp today, (long day.. lol) and had some issues getting the virtual server working... I've read all the stickies and followed all the instructions I could find. I've installed all the latest versions of everything, including dozens of service packs and redistribution packs.
Windows 10
Apache 2.4.37
PHP 7.2.14
WAMP 3.1.8 64 NTFS
Mysql 5.7.24
Maria DB 10.3.12
Phpmyadmin 4.8.4
I think it's all installed correctly everything seems to be working. I was just wondering if someone might be good enough to take a quick look at vhosts.conf and tell me their opinion. I'm a relative newbie.. :-)
Thanks for reading
John
I set up Wamp today, (long day.. lol) and had some issues getting the virtual server working... I've read all the stickies and followed all the instructions I could find. I've installed all the latest versions of everything, including dozens of service packs and redistribution packs.
Windows 10
Apache 2.4.37
PHP 7.2.14
WAMP 3.1.8 64 NTFS
Mysql 5.7.24
Maria DB 10.3.12
Phpmyadmin 4.8.4
I think it's all installed correctly everything seems to be working. I was just wondering if someone might be good enough to take a quick look at vhosts.conf and tell me their opinion. I'm a relative newbie.. :-)
vhosts.conf # 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> #jensmart <VirtualHost *:80> DocumentRoot "c:/wamp64/www/jensmart" ServerName jensmart <Directory "c:/wamp64/www/jensmart"> AllowOverride All Require local </Directory> </VirtualHost> #testsite <VirtualHost *:80> ServerName testsite DocumentRoot "c:/wamp64/www/testsite" <Directory "c:/wamp64/www/testsite/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost>
Thanks for reading
John