CodeIgniter数据库迁移错误

时间:2014-03-27 05:03:12

标签: php mysql database codeigniter database-migration

当我在codeigniter中通过url迁移我的数据库时:hostname / project-name / api / migrate / 错误显示如图Internal Server Error

所示

请帮我解决

1 个答案:

答案 0 :(得分:0)

尝试将此代码添加到.htaccess文件中。我认为应该有所帮助

<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /hafer

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>

AddDefaultCharset UTF-8
AddType text/x-component .htc.

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm