Jump to content

maintenance page?


Recommended Posts

you open a text file, put some html contend in


<html>
<head>
"Sorry, this page is under construction"
</head>
<body>
blablabla
</body>
</html>


and just save it as index.html....upload to your main shop folder (where your index.php is) an it should work....

for me it works perfectly

Link to comment
Share on other sites

and just save it as index.html....upload to your main shop folder (where your index.php is) an it should work....

for me it works perfectly


That won't work if the user goes directly to the index.php page, either from a external link or a bookmark.

Also if you use the "Shop On/Off" option in the back office, then the pages will be displayed with a 503 Service Unavailable error code, which stops search engines caching your maintenance page.
Link to comment
Share on other sites

Go to: Back office » Preferences

Where is says "Enable Shop" choose "no" and save.

Your shop is now in maintenance mode. You can edit the page that appears by going into your template folder and modifying 'maintenance.tpl'.

;-)

Link to comment
Share on other sites

×
×
  • Create New...