Current Page: 1 of 1
Results 1 - 8 of 8
3 years ago
chancezj
Thanks for your help RiggsFolly. I don't think this is the best solution but I've got it up and going now. Solution: I changed the wordpress site path to match the same WANIP and directory that I have in my domain name forwarding: http:// 44.33.22.11:8080/sitec I also had to install a wordpress plugin to rename all instances of localhost:8080 in my phpmyadmin database to change all inst
Forum: WampServer English
3 years ago
chancezj
Ah I think you're right. My wordpress site url was http:// localhost:8080/sitec I've changed the site url to http:// sitec.com and restarted everything but then it couldn't find the site even on localhost. Can you give me an example of what it should be? I'll have to google it a bit to troubleshoot but that pointed me in the right place. Thank you
Forum: WampServer English
3 years ago
chancezj
windows hosts file - nothing of significance here Server hosts file: 127.0.0.1 localhost 127.0.0.1 sitea.com 127.0.0.1 siteb.com remote hosts file: 127.0.0.1 localhost
Forum: WampServer English
3 years ago
chancezj
Here's my httpd.conf (removed - there was nothing of significance there).
Forum: WampServer English
3 years ago
chancezj
Here's my files: httpd-vhosts.conf # Virtual Hosts # <VirtualHost *:8080> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost> # &l
Forum: WampServer English
3 years ago
chancezj
I don't understand why the server is directing the remote pc to their own localhost:8080. I don't have anything in the hosts files of either pc.
Forum: WampServer English
3 years ago
chancezj
Hello. First thanks for helping. I have purchased the domain from ionos.com and forwarded it to my WAN IP and port 8080. Port 8080 is forwarded on my router to my server IP. Firewalls and antivirus are off.
Forum: WampServer English
3 years ago
chancezj
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 install
Forum: WampServer English
Current Page: 1 of 1