Jump to content

Mod Rewrite redirection causes redirect loop


dnice

Recommended Posts

Hello,

 

I have apache running in a reverse proxy with multiple vhosts sending all request to a backend weblogic host. I've added the following config to redirect https://site.domain.com to https://site.domain.com/data. I've even tried to increase and decrease the amount of Redirects with no luck. Any suggestions?

 

RewriteEngine on

RewriteOptions MaxRedirects=20

RewriteRule ^(.*) https://site.domain.com/data

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.