Welcome Guest, Not a member yet? Register   Sign In
Overriding Public Folder In Codeigniter via composer plugin
#1

(This post was last modified: 01-27-2017, 07:53 AM by koficypher.)

Hi,
i recently tried my hands on codeigniter composer installer by Kenjis. it had a directory structure like this;
codeigniter/
├── application/
├── composer.json
├── composer.lock
├── public/
│ ├── .htaccess
│ └── index.php
└── vendor/
└── codeigniter/
└── framework/
└── system/

I uploaded it into my www directory and i fired it up. I noticed that before i could actually see the welcome message i had to hada to navigate pass the public folder so i had something like this ; http://localhost/apple/public, before i could actually see the welcome message. Any ideas how to override that?
i want to see the welcome message at http://localhost/apple and not  http://localhost/apple/public.
Reply


Messages In This Thread
Overriding Public Folder In Codeigniter via composer plugin - by koficypher - 01-27-2017, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB