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

Show your folder structure

index.php
-- application
-- system

You need to tell index.php where your application and system folders are located.


PHP Code:
index.php

// Normal folder structure
$system_path 'system';

$application_folder 'application';

// Custom folders structure
$system_path '../system';

$application_folder '../application';

.. 
up one folder 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB