CI with and without rewrite redirects to ISP 404 |
[eluser]mikeyhell[/eluser]
This isn't a CI issue as I've tested on 2 servers with no problems, but I've pulled my app into a sub directory on my clients server. I've tried both without rewrite i.e. http://kerrcountysurveryor.com/time/index.php/sign_in and also with rewrite using a standard .htaccess w/ the correct subdir /time : http://kerrcountysurveryor.com/time/sign_in Both redirect to the users ISP not found page I'm unable to contact their support right now and my client only has basic ssh access which doesn't include the logs or any server config files. Is this a server config error, I've never had a problem placing a CI app in a subdir like this. .htaccess Code: <IfModule mod_rewrite.c> config.php Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
Messages In This Thread |
CI with and without rewrite redirects to ISP 404 - by El Forum - 07-01-2009, 01:16 PM
|