Mobile app version of vmapp.org
Login or Join
Gonzalez347

: Adding a page indicating that a website is in maintenance I use Spring MVC + Apache tomcat + Apache httpd and I am seeking for best practices in order to redirect all http requests to a

@Gonzalez347

Posted in: #Httpd

I use Spring MVC + Apache tomcat + Apache httpd and I am seeking for best practices in order to redirect all http requests to a page indicating to my users that the website is in maintenance. FYI, my website will be hosted on Cloudfoundry.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

I think a good solution is to use a simple .htaccess to redirect the requests.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme