Wordpress point to static html page

2019-08-12 23:56发布

问题:

I have a static html coming soon page inside a folder.

  1. How to temporary set the wordpress homepage point to this html template folder?

  2. How to temporary set all of the wordpress page point to this html template folder?

回答1:

The easiers way is to use a wordpress plugin for a coming soon page that support html code and post your code there, why to make a hack to display everywhere an html page in a wordpress site when you can do it with a simple plugin?



回答2:

If you put this line at the top of the .htaccess file:

DirectoryIndex index.html index.php

It will swap the order in which Apache prioritises the files.



标签: wordpress