嗨我的项目在本地工作正常,但当我尝试在共享主机上运行时,它给出404错误,我的结构如下
项目结构
/public_html/mydomain.com
-content
--asset
--build
--case
--core
--application
--main
--system
--lwyers
--setup
--subdomains
$config['base_url'] = 'http://mydomain.c-m/';
$config[‘uri_protocol’] = 'AUTO';
$config['content_url'] = 'http://mydomain.c-m/content/';
$config['index_page'] = '';
htc access file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>code here
请指导我做错的地方,
答案 0 :(得分:0)
请检查您项目的目录权限。 您的目录必须具有以下权限:rwx-rwx-rx