Jump to content

how can I add a page before loading Prestashop??


Recommended Posts

This depends on your host and might work by default if you just create a file named index.html and place it in the directory where your shop is installed. If else (considering you are on a linux based host) you will need to add the following rule in your .htaccess file:

DirectoryIndex index.html index.php

Note that:
1. The exact file name is .htaccess (with . in the begining)
2. This will set file named index.html as higher priority index file than the index.php
3. When you create and place an index.html file under the directory for your store it will be the page loaded when someone accesses:
http://yourdomain.com/store - (the URL to your online store)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...