09-05-2009, 09:07 AM
[eluser]Ludatha[/eluser]
Hello, I have my own server (a box running windows with WAMP on it
)
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:
Can anyone help?
- Adam
Hello, I have my own server (a box running windows with WAMP on it

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