Port Forwarding
-
I have WordPress up and running with a site that I want to let other people see. Its not a production site, just one I’m working on for potential future use. I can access it inside my LAN by using the server ip address. But not from an outside site on the WAN.
Anyway, the domain is on Godaddy, and since COX is my ISP I need to do a URL forward to my router on port 81. I port forward through my router to port 80 on my server. With a simple index.html in my root directory (/var/www/html) and using my router address and port 81 as the url everything works fine. But as soon as I move my WordPress site to that the root location, I get a site time out. I have added
<Directory /myapp>
DirectoryIndex index.php index.html
</Directory>
to my httpd.conf thinking that might be a cause, but it still doesn’t work. I have added my router address and port 81 to the wp-config.php
and still no success.
I have followed several threads on this topic, but none of the suggestions seem to work.Has anyone else had this problem and resolved it?
Thanks.
- The topic ‘Port Forwarding’ is closed to new replies.