Virtual Host
Posted by: colinstables@gmail.com (---.range86-180.btcentralplus.com)
Date: October 13, 2017 05:31PM

Hi OK I have installed wamp64 on my windows 10 as per RiggsFolly sticky fourm messages and it works to a point.

My "Your Projects file" is projectone

The Virtual Host is projectone

<VirtualHost *:80>
ServerName projectone
DocumentRoot "c:/wamp64/www/projectone"
<Directory "c:/wamp64/www/projectone/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

and the Hosts DNS file is projectone


127.0.0.1 localhost
::1 localhost

127.0.0.1 projectone
::1 projectone


Wamp server light is: Greeen


When I click on projectone "Your Projects" or "Virtual Host" projectone it sends me straight to my Drupal 8

website Link: [projectone] great

however when I try to login the site throws me to this link: [projectone]

If I remove one of the projectone it works fine, Its exactly the same in all PHP versions.

Would be greatfully for your assistance

Regards

Colin

CRStables



Edited 2 time(s). Last edit at 10/16/2017 10:43AM by colinstables@gmail.com.

Re: Virtual Host
Posted by: colinstables@gmail.com (---.range86-180.btcentralplus.com)
Date: October 13, 2017 08:02PM

Installed another project projecttwo link: [projecttwo] seemes to be alright

however should the virtual host link take you to the project as well?

Sorry, only registered users may post in this forum.