Forum Discussion
Joe_Curl_105786
Nimbostratus
Jul 10, 2008Not Using index.html
I have an application that does not use the default index.html page. I am trying to configure the VIP to use a different default page. Where is that done? I would think it is something I would add at the pool or profile level, but I don't see it. I have also searched DevCentral to see if it had to be done with an iRule. Thanks in advance for any help.
Joe
- dennypayne
Employee
A VIP doesn't normally change anything in the URI that the client requests, so in this case how does the client know to request something other than index.html (or one of the other browser defaults) if the VIP is not there? - Joe_Curl_105786
Nimbostratus
Denny, - dennypayne
Employee
Got it, so what I'm asking is how would they have accomplished this without the VIP? Is there a link to www.newapp.com somewhere that would be structured with /newapp/newapp.html? If so then the VIP doesn't need to do anything. Or are they expecting that now that the LTM is in play, that someone can just type in www.newapp.com in the browser and get to /newapp/newapp.html?when HTTP_REQUEST { if { [HTTP::uri] eq "/" } HTTP::redirect "http://www.newapp.com/newapp.html" } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects