【发布时间】:2015-07-14 11:43:55
【问题描述】:
在这个过程中让我的生活变得更加困难?
Bluehost 不让我使用
# no access to this it seems
#DocumentRoot /public_html
# access to this however
#DirectoryIndex
他们的文档说我需要使用
# change the document root using rewrite rules per bluehost document
#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^(www.)?foo.com$
#RewriteCond %{REQUEST_URI} !^/web/
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ /web/$1
#RewriteCond %{HTTP_HOST} ^(www.)?foo.com$
#RewriteRule ^(/)?$ web/index.php [L]
【问题讨论】: