Do i need to set up a reverse proxy?
-
Ahoy all, just through another audit - we have a terrible CMS which is ecommerce based only which doesnt allow us to blog or write much content, we have our blog as a seperate WP in our ftp panel and comes up as www.palicomp.co.uk/blog and our site is www.palicomp.co.uk - my question is do i need to set up a reverse proxy so this is classed as one site and my blog provides more value or would it only matter if it was set up as blog.palicomp.co.uk?
Many thanks,
Chris
-
Hey Chris,
Doesn't look like you need a reverse proxy to me, reverse proxies are normally for when you want to run say a wordpress blog (which runs on php, apache etc.) with say an ASP based main site - two incompatible technologies which is normally why lazy web developers just put the blog on a sub-domain - its the reverse proxy that fixes this.
But as your blog is in a sub-folder and not a sub-domain there is no need for a reverse proxy (as it looks like your CMS runs on PHP as does wordpress).
I see you are linking into the blog already, you might be able to tie into wordpress a bit more but developing some kind of plugin, or just going straight into the mysql database, to tie in your two 'sites' a bit more.
Hope that helps!
Stuart
-
thanks Stuart, i didnt think so but just thought i would ask.