doupijin0397 2016-02-03 16:42
浏览 26
已采纳

php - 404找不到codeigniter网址

my framework is codeigniter and my site works fine.

example :

www.example.com/

now,I have copied all my codeigniter's folders to another dir like this:

www.example.com/test

now my urls:

www.example.com/profile //works fine
www.example.com/test/profile //not work 

I get 404 page not found .

I changed base_url to :

$config['base_url'] = 'http://www.example.com/test';

where is my wrong?

  • 写回答

3条回答 默认 最新

  • douhu2898 2016-02-03 16:48
    关注

    please have a look at your .htaccess file. Because it'll be in the RewriteBase condition in there. Check it and tell what You found.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?