Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 2.1.0 on Nginx 1.0.11
#1

[eluser]paparts[/eluser]
How do you configure codeigniter if it is located in a subfolder?
#2

[eluser]Clooner[/eluser]
Change the location of the system folder in the index.php file
#3

[eluser]paparts[/eluser]
can I ask for an example?
#4

[eluser]Clooner[/eluser]
[quote author="paparts" date="1329079355"]can I ask for an example?
[/quote]You can ask whatever you want... but it's better to first try and explain the problem and what you have done solve it. Editing the index.php file to point to the codeigniter system directory is pretty straight forward!
#5

[eluser]InsiteFX[/eluser]
index.php
Code:
$system_path = 'system';

$application_folder = 'application';

Change them to point to were CodeIgniter is installed!




Theme © iAndrew 2016 - Forum software by © MyBB