WordPress 网站上的永久重定向

发布于 2024-09-12 02:40:17 字数 143 浏览 6 评论 0原文

我有一个基于 WordPress 的网站,我需要暂时隐藏该网站。 我考虑过使用 PHP 301 重定向。我尝试将其放在index.php 和xmlrpc.php 的开头,但没有成功。 WordPress 文件结构如何工作?

Tnx

朱塞佩

I've got a web site based on wordpress, I need to temporarily hide the web site.
I thought about using a PHP 301 redirect. I tried to put at the begining of index.php and xmlrpc.php without success. How does wordpress file-structure works?

Tnx

Giuseppe

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

终陌 2024-09-19 02:40:17

我已将其用于出于相同目的的重定向:
http://wordpress.org/extend/plugins/redirection/

我把临时html - 我想要在与主index.php 文件放置在同一位置的文件夹中显示的文件。

I've used this for redirects in the same purpose:
http://wordpress.org/extend/plugins/redirection/

I put the temporary html-file that I wanted to display in a folder which was placed in the same place as the main index.php file.

热情消退 2024-09-19 02:40:17

如果您确实需要隐藏正在开发的网站,请在仪表板/设置/隐私中阻止搜索引擎并使用类似 WordPress › 绝对隐私 « WordPress 插件,用于禁用 RSS 源并重定向到您选择的静态页面。

If you really need to hide a website under development, block search engines in Dashboard/Settings/Privacy and use something like WordPress › Absolute Privacy « WordPress Plugins to disable RSS feeds and redirect to a static page you choose.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文