当我在codeigniter中通过url迁移我的数据库时:hostname / project-name / api / migrate / 错误显示如图
所示请帮我解决
答案 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