Domain Name Issue?
-
Puzzling issue with trying to access my site over the internet. I use Dynamic DNS through https://www.no-ip.com. I port forward to 8080.
My site is accessible over the web when my OPTIONS settings are set to:
WordPress address (URL): 192.168.0.103:8080/blog
Blog address (URL): 192.168.0.103:8080/blogMy site is NOT accessible over the web when my OPTIONS settings are set to:
WordPress address (URL): https://mysite.com/blog
Blog address (URL): https://mysite.com/blogThe attempt loops between my public IP and the domain name.
The domain name is registered with NO-IP and works fine for the following:
https://mysite.com/blog/wp-admin
https://mysite.com (serves the index.html file at my server root)This one’s got me baffled. Are there directives in any other files (apache2.conf, .htacess, sites-enabled/default, etc.) that could be causing this?
Any help would be greatly appreciated!
- The topic ‘Domain Name Issue?’ is closed to new replies.