Reverse Proxy

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 4
Joined: 29 Jan 2016, 11:33

Reverse Proxy

16 Feb 2016, 08:41

Hi there,

Im using the following code to host a BLOG on a apache server


RewriteEngine on
RewriteBase /
RewriteRule ^blog(.+)$ http://oceanflorida1.wpengine.com$1 [NC,P]

For some reason when you get to the internal pages i get a 500 error.

http://www.bigedge.co.uk/blog/

http://www.bigedge.co.uk/blog/tips-for- ... echnology/

Any ideas ?

User avatar
Posts: 402
Joined: 06 Mar 2012, 11:59

Re: Reverse Proxy

16 Feb 2016, 10:13

Hello.

First, I suppose you are not using apache server and actually using IIS server with ISAPI_Rewrite 3 since you are asking your question in ISAPI_Rewrite 3 support forum.
Then to understand what is wrong with your set up we need to see actual error text. Please enable detailed error messages in your web site's settings. You can do this by putting following text into your web.config file:

Code: Select all
<configuration>
  <system.web>
    <customErrors mode="Off" />
  </system.web>

  <system.webServer>
    <httpErrors errorMode="Detailed" />
  </system.webServer>
</configuration>

User avatar
Posts: 4
Joined: 29 Jan 2016, 11:33

Re: Reverse Proxy

16 Feb 2016, 10:15

sorry yes im using Isapi on the IIS server to point to a Apache server :)

Will add this now,

User avatar
Posts: 4
Joined: 29 Jan 2016, 11:33

Re: Reverse Proxy

16 Feb 2016, 10:21

ive fixed it :) thanks

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 17 guests