Welcome Guest, Not a member yet? Register   Sign In
htaccess works on home server but not on hosting account
#1

[eluser]Ludatha[/eluser]
Hello, I have my own server (a box running windows with WAMP on it Tongue)
My CodeIgniter site runs fine on the box, but when I uploaded it to my hosting account the htaccess doesn't work, they use Apache 1.2 or 1.3, can't remember. I have apache 2.


On my hosting account, the only to see anything is to go to
http://ludatha.com/index.php/profile/

with the index.php in it, with it, I get a 404, not by codeigniter.

I also can't get to the homepage at
http://ludatha.com/

but I can with the index on the end


This is the htaccess file:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|clients|upload|images|themes|test|js|css|jessicademattos)
RewriteRule ^(.*)$ /index.php/$1 [L]


Can anyone help?

- Adam


Messages In This Thread
htaccess works on home server but not on hosting account - by El Forum - 09-05-2009, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB