Help with Reverse Proxy and Permalinks
-
Hello everyone,
Ok, so before I begin, I’ve done some research on this topic and I know there has been some discussion about many solutions to fix this. But from my perspective(being a total Apache/PHP novice) I’ve really not seen a clear cut answer, hell maybe there isn’t one. But so let explain what’s going on and maybe some one can point me in the right direction.
So I have a WP blog setup, its setup on a server like so:
168.xxx.xxx.150/~username/en/blogWe setup a reverse proxy to map it to: https://www.example.com/ext
So the goal is to have it resolve to: https://www.example.com/ext/en/blog
Again I admit my knowledge of Apache is minimal at best, so please be gentle. That being said, I was able to setup the <Virtual Host> directive in the httpd.conf file.
So, the issue revolves around using Permalinks. If I don’t use them, then everything seems to work fine, but when I try to enable them the site can’t find any of the pages.
I’ve read several articles on the WP site and others proposing alot of different solutions, some based around the <Virtual Host> directive, some based on .htaccess file and some on editing the wp-config.php file. I’ve tried them all and nothing seems to work for me.
I guess I’m just confused on what I should actually be changing? Can anyone offer me any advise on what steps I should take to resolve this issue? Any help would be greatly appreciated.
- The topic ‘Help with Reverse Proxy and Permalinks’ is closed to new replies.