Welcome Guest, Not a member yet? Register   Sign In
Need help getting basic CodeIgnitor installation to work
#1

[eluser]Unknown[/eluser]
Hi all;

I've been a developer for 15+ years but setting up CodeIgniter is baffling me and I can't figure out what I'm missing in the setup.

I actually posted a question on ServerFault.com trying to figure this out: http://serverfault.com/questions/447631/...-windows-7

I'm sure there is a simple config setting either in Apache or CodeIgniter that I need to set but it isn't very clear, or I am really dumb.

In short I have XAMPP installed just fine, I "installed" (e.g. unzipped) CodeIgniter into my C:\xampp\htdocs\CodeIgniter folder.

I created a header.php/footer.php template, home.php and about.php, my pages.php controller, but I can't get any content of any kind from CodeIgniter to render in my browser when I access the suggested URL's.

Did I mess my setup? Or is there a simple config item I need to set to get Apache to route requests to CodeIgniter?
#2

[eluser]tkaw220[/eluser]
Nettuts has excellent videos to help you dive into CI, http://net.tutsplus.com/sessions/codeign...m-scratch/.
#3

[eluser]InsiteFX[/eluser]
It maybe an ACL access problem with windows make sure you are logged in as an Administrator.

Make sure your htdocs directory is readable.

Code:
c:\xammp\htdocs\application-name\
-- application
-- system
-- .htaccess
-- index.php

I am running on Windows 7 Pro




Theme © iAndrew 2016 - Forum software by © MyBB