Does anyone have code or idea how to make simple http redirect when site is on maintenance?
I'd like to make custom html page for maintenance period and I'd need it without any OC code or libraries messing it up
Thanks!
Add a simple javascript redirect to the catalog/view/theme/YOURTHEME/template/common/maintenance.tpl file
Code: Select all
<script type="text/javascript">window.location = "http://www.yoururl.com";</script>
Who is online
Users browsing this forum: No registered users and 2 guests