php - CodeIgniter: Your system folder path does not appear to be set correctly...using HTTPS -


i'm working website didn't build, uses codeigniter framework. had relatively simple task: secure site ssl certificate. no problem.

except, site not load https, although still loads correctly using http. gives following error https:

your system folder path not appear set correctly. please open following file , correct this: index.php

now, error message seems self explanatory...change system path in index.php file, system path set in file:

$system_path = '/codeigniter/2_1_3'; 

fine, folder doesn't exist in directory structure, , neither folder named 'system.'

so, don't have clue how fix problem. isn't clear me how website functions @ since can't find folder supposed using system folder.

any appreciated. please ask if there additional information need help.


Comments

Popular posts from this blog

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -