Jump to content

need a blank index.html while developing


Recommended Posts

Hi,

 

I have installed my first PrestaShop!

 

I would like a blank index.html to be visibale when someone visits website.com

 

But when someone visits website.com/index.php they see the PrestaShop site.

 

How can I do this?

 

At the moment I have a blank index.html file in root, but when I visit website.com I still see the PrestaShop.

 

Thanks in advance.

Link to comment
Share on other sites

Hi Alexander,

 

Thanks for all your help it work perfectly.

 

As another option I found the maintenace.tpl file under themes > MyThemeName and added the following before </head>:

 

<meta http-equiv="REFRESH" content="0;url=http://www.subdomain.website.com">

 

This way I move my current ecommerce to a subdomain and people can still buy, until my new PrestaShop is ready to launch.

 

Then I remove the redirect and I'm done.

Link to comment
Share on other sites

×
×
  • Create New...