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 graetfully for your assistance regards, Colin
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 graetfully for your assistance regards, Colin