Forum Discussion

wallst234_11461's avatar
wallst234_11461
Icon for Nimbostratus rankNimbostratus
Jul 16, 2013

iRule redirect to Wordpress - pages lose formatting

I have a main site www.mysite.com hosted on IIS and a stub site hosted on Wordpress. All URL's under www.mysite.com should go to IIS with the exception of www.mysite.com/content which will redirect to a secondary site hosted on Wordpress. I have a single virutal server, an iRule applied to it for the redirect, and the two pools. This part all seems to be working fine, but any pages under /content going through the F5 lose some, but not all of their formatting. Any chance this is related to the redirect?

 

2 Replies

  • Do a view source and check the elements of the page which fail to load correctly...

     

     

    Maybe some elements cannot be referenced propoerly based on what you are doing.

     

    thx

     

  • Does Wordpress know that it lives under the /content URI? If not there's a good chance WP is causing your problems. Adding to Jonathan suggestion, I'd run a WireShark or Fiddler/IEWatch on the client side to see what the returned object references are.