在站点 url 中隐藏 WordPress

发布于 2024-11-01 18:23:31 字数 387 浏览 1 评论 0原文

我的网站 (grosvenorauctions.com) 使用修改后的 Wordpress 安装来创建自定义外观 - 博客部分由 WP 驱动,但其他部分在 WP 之外。因此,我网站的索引页不在根文件夹中,而是实际上在 Wordpress 文件夹中。我正在使用 htaccess (RedirectMatch ^/$ http://www.grosvenorauctions.com/wordpress/)指向 WordPress 中的索引页面,但另外我想隐藏 url 的 /wordpress/ 部分。这可能吗?需要明确的是,我修改的htaccess文件位于根目录中,而不是WP自己的htaccess文件。 谢谢

My site (grosvenorauctions.com) uses a modified Wordpress install to create a custom look - the blog part is driven by WP but other parts are outside WP. Consequently the index page for my site is not in the root folder but actually within the Wordpress folder. I am using htaccess (RedirectMatch ^/$ http://www.grosvenorauctions.com/wordpress/) to point to the index page in Wordpress but additionally I would like to hide the /wordpress/ part of the url. Is this possible? To be clear the htaccess file I have modified is in the root, not WP's own htaccess file.
Thanks

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

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

发布评论

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

评论(1

池木 2024-11-08 18:23:31
RewriteEngine On
RewriteBase /
RewriteRule ^/$ /wordpress/ [L]
RewriteEngine On
RewriteBase /
RewriteRule ^/$ /wordpress/ [L]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文