Hi folks.
I've downloaded the lates WAMP
I used WAMP to generate the new sites.
My issue is one of my sites stops at www and runs index.php, it doesn't goto the website root.
This only happens on iPhones or iPads. Seriously. I know how crazy it sounds, but I've checked muliple devices.
I have 2 sites. 1 works fine but 1 does as described.
my vhost file:
# Virtual hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName photos
DocumentRoot "d:/wamp64/www/photos"
<Directory "d:/wamp64/www/photos/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName scotlodge
DocumentRoot "d:/wamp64/www/scotlodge"
<Directory "d:/wamp64/www/scotlodge/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
and my host file:
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 photos
::1 photos
127.0.0.1 scotlodge
::1 scotlodge
All of it was generated by WAMP.
I've downloaded the lates WAMP
I used WAMP to generate the new sites.
My issue is one of my sites stops at www and runs index.php, it doesn't goto the website root.
This only happens on iPhones or iPads. Seriously. I know how crazy it sounds, but I've checked muliple devices.
I have 2 sites. 1 works fine but 1 does as described.
my vhost file:
# Virtual hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName photos
DocumentRoot "d:/wamp64/www/photos"
<Directory "d:/wamp64/www/photos/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName scotlodge
DocumentRoot "d:/wamp64/www/scotlodge"
<Directory "d:/wamp64/www/scotlodge/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
and my host file:
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 photos
::1 photos
127.0.0.1 scotlodge
::1 scotlodge
All of it was generated by WAMP.