Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter and XAMPP
#1

[eluser]BenRob[/eluser]
hi all,

I've used CI for a while now on a few differnet projects ranging from online stores to site development but I'm having a real issue setting up a locally running application.

I'm using XAMPP on my windows vista machine and have everything up and running for apache, the issue I'm having is getting code igniter working.

My directory structure is as follows

C:
--XAMPP
---htdocs
----website
-----core
------application

-----webroot
------index.php

What I want to do is change my httpd-vhosts file to allow mod rewrite to remove index.php and also allow use of my lib folder in the webroot folder.

Should this be easy as I'm having real trouble getting CI to work.

Thanks
#2

[eluser]benofsky[/eluser]
[quote author="BenRob" date="1209497137"]hi all,
What I want to do is change my httpd-vhosts file to allow mod rewrite to remove index.php and also allow use of my lib folder in the webroot folder.
[/quote]

Hi, before you do that, is CI working anyway? One thing at a time Smile
#3

[eluser]Rick Jolly[/eluser]
In "xampp/apache/conf/httpd.conf" uncomment "LoadModule rewrite_module modules/mod_rewrite.so". You're good to go.




Theme © iAndrew 2016 - Forum software by © MyBB