Pages: Previous12
Current Page: 2 of 2
Re: Frontend Login Failure
Posted by: RiggsFolly (---.as43234.net)
Date: July 02, 2015 10:18AM

Please post your httpd-vhost.conf file.

if when you use awn as the url sends you to the WAMPServer home page then there is an error in your Virtual Hosts definitions.

---------------------------------------------------------------------------------------------
(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-

Options: ReplyQuote
Re: Frontend Login Failure
Posted by: japhy_snyder (---.hvc.res.rr.com)
Date: July 04, 2015 03:17AM

<VirtualHost *:80>
DocumentRoot "D:/wamp/www"
ServerName localhost
ServerAlias localhost
<Directory "D:/wamp/www">
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "D:/wamp/www/awn/awn"
ServerName awn
<Directory "D:/wamp/www/awn/awn">
AllowOverride All
Require local
</Directory>
</VirtualHost>

Options: ReplyQuote
Re: Frontend Login Failure
Posted by: Otomatic (Moderator)
Date: July 04, 2015 06:49PM

Hi,

In a command windows located on wamp/bin/apache/apachex.y.z/bin/ type:
httpd -t -D DUMP_VHOSTS
to see what are the Virtual Hosts seen by Apache.
You should have response like this:

J:\wamp\bin\apache\apache2.4.12\bin>httpd -t -D DUMP_VHOSTS
VirtualHost configuration:
*:80                   is a NameVirtualHost
         default server localhost (path to httpd-vhosts.conf:line)
         port 80 namevhost localhost (path to httpd-vhosts.conf:line)
         port 80 namevhost awn (path to httpd-vhosts.conf:line)

J:\wamp\bin\apache\apache2.4.12\bin>

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.