Remove index.php without setting $config['index_page'] to empty string [SOLVED] |
[eluser]cseguin[/eluser]
I have done it but it is still failing, were closer though. Let's try virtual hosts
[eluser]bretticus[/eluser]
Do you still get plain-jane apache 404 pages? Watch "Part 3: Setting up an virtualhost apache environment in MAMP for codeigniter" over at my blog. This method uses MAMP but the apache configurations should be the same. Thinking the "solution" here might be just using MAMP. ![]()
[eluser]cseguin[/eluser]
Yes! it worked! Actually, in my first try I have changed Code: [code]AllowOverride All in the wrong place. It has to be changed few lines downwards, here is the final modification that did the trick: Code: # Code: AllowOverride All Code: # special thanks @bretticus, I owe you.
|
Welcome Guest, Not a member yet? Register Sign In |