我在上安装了WordPresswww.marcou.it/wp
,我会将其设置为默认目录。因此,如果我键入marcou.it
,浏览器必须向我显示 WordPress。
我已经制定了这些规则:
RewriteEngine On #Created by aruba. Do not touch this file!
#ATTENTION: Remove file index.(php|html|htm)
RewriteCond %{REQUEST_URI} !^/wp
RewriteRule ^(.*)$ wp/$1 [L]
但是如果我继续www.marcou.it
,我会得到这个返回:
未找到
在此服务器上找不到请求的 URL /wp/index.htm。
问题是什么?