Welcome Guest, Not a member yet? Register   Sign In
How to start a project with CodeIgniter?
#15

[eluser]Mauricio de Abreu Antunes[/eluser]
Thanks for all!
I noticed that my .htaccess was not overwriting my httpd.conf.
Sorry guys! Sad

But its ok now:

RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|css|js|images|robots.txt)
RewriteRule ^(.*)$ /percutz/index.php?/$1 [L]

It's my .htacces. Any suggestions?
Ok, i have another issue now: when i go for http://localhost/percutz/index (like index.php), why am i getting Page Not Found?
I need to go http://localhost/percutz for access to my new "home" and not localhost/percutz/index?
Can i redirect http://localhost/percutz/index to http://localhost/ with no php redirect?

Btw, thanks again! I'm learning PHP. I program Oracle and ASP.Net. Smile


Messages In This Thread
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:41 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:01 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:21 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:47 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 06:12 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 01:13 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:06 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:44 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:49 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:52 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:28 AM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 11:11 AM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 01:10 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:34 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:59 PM
How to start a project with CodeIgniter? - by El Forum - 02-01-2012, 01:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB