如何在共享主机的子域中配置htaccess zf2

时间:2014-09-13 14:21:42

标签: .htaccess zend-framework2 subdomain shared-hosting

我曾尝试在我的共享托管服务器的子域中托管zf2框架,但它给出了404-未找到错误。这是我目前的文件结构。

enter image description here

为了将它指向公共文件夹,我在htaccess中使用了以下代码(它放在子域的根目录中(abc)

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /abc/

RewriteCond %{REQUEST_URI} !/public [NC]
RewriteRule ^(.*)$ public/$1 [L]

如果主网站为www.example.com,我将能够将我的子域名网站设为abc.example.com请提供建议..

1 个答案:

答案 0 :(得分:0)

请按照我在以下问题中的回复中的说明进行操作

ZF2 in shared hosting

这仅适用于使用abc.example.com访问网站而非www.example.com/abc