admin管理员组文章数量:1330564
I added a theme and made a sample home page.
What could cause the site to display no previews or even display no changes when published?
Note: I did my best to search similar previously-asked questions but found just one that didn't help.
I added a theme and made a sample home page.
What could cause the site to display no previews or even display no changes when published?
Note: I did my best to search similar previously-asked questions but found just one that didn't help.
Share Improve this question asked Jul 10, 2020 at 19:33 Bhavika KhareBhavika Khare 1 1- I added an answer, hope that helps. I also found a ton of answers and references to similar problems by using a popular search engine to search for "future home of something quite cool" – mozboz Commented Jul 10, 2020 at 23:34
1 Answer
Reset to default 0Probably the root directory of your web hosting is not where your Wordpress blog is, so you're seeing the default file from your web host. You'll probably find that content in an index.php or index.html in the root of your web hosting.
You may have installed your Wordpress in a directory inside the root instead of directly in the root. This would have left that default message from your webhost there, but meant that you might be accessing the Wordpress admin via that directory.
For example, the root of your webspace might look like:
index.php
wordpress
With index.php being the original file with this 'future home' message, and wordpress where you've installed your blog. When you go to yoursite it will load this default message, but if you go to yoursite/wordpress/ it will load Wordpress.
To resolve and make Wordpress load when you goto yoursite, first validate that this is what is happening, and if it is you can either put a redirect .htaccess in your root directory, or move everything in the wordpress directory up one directory so that Wordpress's own index.php is directly in the root of your webspace. You may also need to delete any other index.html that you find; obviously check the content first.
本文标签:
版权声明:本文标题:https - Windows-hosted new site shows no preview: "Future home of something quite cool." message is displayed 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742273520a2444756.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论