.htaccess / apache problem in URI routing? |
[eluser]taewoo[/eluser]
Hi everyone. I made an app.. which I uploaded to a shared hosting service provider. I noticed that ALL HTTP requests, regardless of URI, is coming as if they're ignored.. in another words http://server.com/page/some_where is exactly same as http://server.com/.... this is true of ANY requests. I am not certain why this is happening because I am using same index.php and .htaccess as my previous CI apps. From what I can tell.. the database is loading correctly and the front page controller is loading. Can someone give me an insight into this? Here's my .htaccess Code: <IfModule mod_rewrite.c> And my index.php (pretty standard CI index.php.. i just removed the comments) Code: <?php |
Messages In This Thread |
.htaccess / apache problem in URI routing? - by El Forum - 02-03-2009, 09:10 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-04-2009, 06:00 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-16-2009, 06:34 AM
.htaccess / apache problem in URI routing? - by El Forum - 02-16-2009, 10:48 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 02:45 AM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 03:06 AM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 12:15 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 02:49 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 04:44 PM
|