codeigniter and cpanel installation

前端 未结 2 1476
暗喜
暗喜 2021-01-23 00:29

I am completely new to moving codeigniter to my web-server and im having trouble with the configuration. Where do I place my codeigniter project folder in www under myurl.com in

2条回答
  •  Happy的楠姐
    2021-01-23 01:10

    Move all the files that reside inside your CI-folder into public_html. The .htaccess file should be located in the root of public_html(where application, system, index.php etc also reside).

    Side note: don't put $config values in /config/routes.php - those need to be in /config/config.php

提交回复
热议问题