websites not working publically
Posted by: mchlsull (---.ok.ok.cox.net)
Date: April 10, 2015 04:36AM

Hello everyone,

Brief explanation - I am trying to get my wamp Virtual hosts to be accessible on the internet. I am able to view them on my local network. Here is my setup.

httpd.conf

Listen 0.0.0.0:80
Listen [::0]:80

<Directory "c:/wamp/www/sullstudio">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>

<Directory "c:/wamp/www/frostfangs">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>

# Virtual hosts
Include conf/extra/httpd-vhosts.conf

#These are the only files that I have changed within this file.

httpd-vhosts.conf

NameVirtualHost *:80

<VirtualHost *:80>
ServerAdmin admin@localhost
DocumentRoot "C:/wamp/www"
ServerName localhost
ServerAlias www.localhost.com
</VirtualHost>

NameVirtualHost *:80

<VirtualHost *:80>
ServerAdmin admin@sullstudio.com
DocumentRoot "c:/wamp/www/sullstudio"
ServerName sullstudio.com
ServerAlias sullstudio.com
</VirtualHost>

NameVirtualHost *:80

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/frostfangs"
ServerName frostfangs.us.to
<Directory "C:/site2">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

hosts file in system32

127.0.0.1 localhost
127.0.0.1 sullstudio.com
127.0.0.1 frostfangs.us.to

I have a dynamic DNS server from [freedns.afraid.org] it is set to automatically set my ip address if changed to:
sullstudio.com
frostfangs.us.to

I have port forwarded port 80

I have changed my firewall to allow incoming and outgoing for port 80

I have ran out of ideas. Can anyone help?

Options: ReplyQuote
Re: websites not working publically
Posted by: RiggsFolly (---.as43234.net)
Date: April 10, 2015 12:01PM

Can you answer these questions so we know what youare using please [forum.wampserver.com]

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


Sorry, only registered users may post in this forum.