I've been trying to setup a live site with wamp and various configurations for a week and I'm stuck. Please help. Here is my configuration:
1 - Window 10 64 bit
2 - WampServer 3.2.3 64bit
3 - Apache 2.4.46
4 - PHP 7.3.21
5 - MySQL 5.7.31
6 - Green Icon
I already had 2 live IIS sites running on ports 80 & 81. SiteA.com=80 SiteB.com=81
I've successfully installed a fresh installation of WAMP with a wordpress & woocommerce site w/a new install of myphp configured to port 8080. I can pull up the wamp server page on [localhost]
My woocommerce site, is located at C:\wamp64\www\SiteC set up with a virtual host for SiteC.com
<VirtualHost *:8080>
ServerName sitec.com
DocumentRoot "c:/wamp64/www/sitec"
<Directory "c:/wamp64/www/sitec/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I can access it locally at SiteC.com:8080 but my problem is setting it up with my domain name and accessing it externally.
Lets say my IP is 44.33.22.11
My domain name is forwarded to 44.33.22.11:8080/sitec
When I enter the URL sitec.com from a remote pc it errors because it's trying to open localhost:8080/sitec/ on the remote computer and fails. How do I fix this?
1 - Window 10 64 bit
2 - WampServer 3.2.3 64bit
3 - Apache 2.4.46
4 - PHP 7.3.21
5 - MySQL 5.7.31
6 - Green Icon
I already had 2 live IIS sites running on ports 80 & 81. SiteA.com=80 SiteB.com=81
I've successfully installed a fresh installation of WAMP with a wordpress & woocommerce site w/a new install of myphp configured to port 8080. I can pull up the wamp server page on [localhost]
My woocommerce site, is located at C:\wamp64\www\SiteC set up with a virtual host for SiteC.com
<VirtualHost *:8080>
ServerName sitec.com
DocumentRoot "c:/wamp64/www/sitec"
<Directory "c:/wamp64/www/sitec/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I can access it locally at SiteC.com:8080 but my problem is setting it up with my domain name and accessing it externally.
Lets say my IP is 44.33.22.11
My domain name is forwarded to 44.33.22.11:8080/sitec
When I enter the URL sitec.com from a remote pc it errors because it's trying to open localhost:8080/sitec/ on the remote computer and fails. How do I fix this?