This webpage is not avalible
Posted by: ajbenson (---.hsd1.or.comcast.net)
Date: February 05, 2016 07:28AM

Hi!
So I got the wampserver up and running ,or at least it's green.
However, I keep getting This webpage is not available ERR_NAME_NOT_RESOLVED

This is my hosts

127.0.0.1 localhost
127.0.0.1 project1

::1 localhost
::1 project1

here is my httpd-vhosts

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

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/250oregonyouthline"
ServerName project1
<Directory "c:/wamp/www/250oregonyouthline">
AllowOverride All
Require local
</Directory>
</VirtualHost>

let me know if you need anything else. Thanks for the help!

Options: ReplyQuote
Re: This webpage is not avalible
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: February 05, 2016 10:12AM

HI,

The answers to these These questions please would help us, thanks

---------------------------------------------------------------------------------------------
(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: This webpage is not avalible
Posted by: ajbenson (---.hsd1.or.comcast.net)
Date: February 05, 2016 11:21PM

Hi! Sorry about that.

Well now my face is red the widows error check helped turns out I needed to change the name of my folder the
project1

The weird thing was it didn't work before (when I would change the folder name)
Oh well. Thanks for the help.

Options: ReplyQuote


Sorry, only registered users may post in this forum.