acnnacnn Posted March 29, 2010 Share Posted March 29, 2010 I want to add a page before the shop loading the page, how can I configure it in index page? anyone can help? Link to comment Share on other sites More sharing options...
Martin Velikov Posted March 29, 2010 Share Posted March 29, 2010 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.phpNote 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.php3. 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now