Doesn’t pass a router
-
I’m having the server behind a router on a local network. Its IP is 192.168.1.9 and I connect to the site as https://192.168.1.9/wordpress/ . This works like a charm. I made a little webpage (index.html) which points to the wordpress as
<html> <head></head> <body> <h1>Welcome to XXXXXXX Techsupport</h1> <h2>The Weblog</h2> We have a weblog here that lists planned work, work in progress and solved problems in a timeline manner. View it
<a href="../wordpress"> here</a>
<h2>The Forum</h2> We have a forum<a href="../phpBB3/index.php">here</a>
</body></html>This works. For the wordpress as well as for the forum.
Now in order to let others in the company have a look at the blog I opened the router for port 80 and told it to connect to the given IP. This works for a forum but it doesn’t work for wordpress. In the company, the router is adressed as https://123.456.789.123/wordpress, but somehow the index.php, where the wordpress actually starts, which should take over at one point, requests something like https://192.168.1.9/wordpress/….., which fails as it is not in the local network anymore.
I tried to point to the wordpress with
../wordpress
../wordpress/
../wordpress/index.phpto no avail. I’m convinced that the wordpress/index.php does something wrong.
Any configuration I missed ?
Rene
- The topic ‘Doesn’t pass a router’ is closed to new replies.