错误404在KOHANA CPANEL的公共目录中

时间:2015-05-19 19:55:36

标签: http-status-code-404 kohana cpanel public

从一个VPS迁移到CPANEL后,我无法访问公共目录,因为我得到了404

有什么问题?

我可以访问whm

# Turn on URL rewriting
RewriteEngine On

# Installation directory
RewriteBase /

# Protect application and system files from being viewed
RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L]

# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite all other URLs to index.php/URL
RewriteRule ^(.*)$ index.php?$1

在public文件夹中,我将此代码放在.htaccess中,但没有:

RewriteEngine off

1 个答案:

答案 0 :(得分:0)

如果您具有服务器的root访问权限,则通过SSH登录并检查您的apache服务器错误日志文件。可能是您的帐户文档根目录不正确或您在该路径上没有任何文件,因此请检查您的错误日志,以便您可以轻松找出此问题的根本原因