Welcome Guest, Not a member yet? Register   Sign In
CI3 - place index not in top directory [SOLVED]
#4

(This post was last modified: 06-22-2022, 05:30 AM by SubrataJ.)

(06-22-2022, 05:10 AM)TheAdmiral Wrote: $config['base_url'] = 'http://localhost/Marathon%20Volunteers/BitBucket/dev.titanvolunteers.com/';

your base URI is pretty much confusing, but as per your folder structure given by you, your base URL should be " http://localhost/Folder1/Folder2/Folder3/" for the project inside folder3.

if you have a git repo it would be much easier to assist.

and it's not a good practice to use space in a URI as a URI must not contain a literal space and must be encoded; a %20 is not a space but it represents a space.
Learning Codeigniter 
Reply


Messages In This Thread
RE: CI3 - place index not in top directory - by SubrataJ - 06-22-2022, 05:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB