Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直试图解决这个问题,但没有成功。我有一个静态站点,domain.com/site/index.html但我还在 / 中创建了一个新的 wordpress 版本以最终替换它。
domain.com/site/index.html
我要输入什么,.htaccess以便在键入打开 Wordpress 站点时domain.com打开www.domain.com/site/index.html(静态网站) ?domain.com/index.php这可能吗?
.htaccess
domain.com
domain.com/index.php
编辑:我删除了我在此处发布的以前的 .htaccess 代码。它只是没有用。
%{HTTP_HOST}只是主机名(例如“www.domain.com”)。要测试您需要使用的主机名之后的路径REQUEST_URI
%{HTTP_HOST}
REQUEST_URI
RewriteCond %{REQUEST_URI} !^\/index.php