CodeIgniter not working on PHP 4 server without .htaccess availability

Posted by Rasiel on Stack Overflow See other posts from Stack Overflow or by Rasiel
Published on 2010-05-13T15:08:31Z Indexed on 2010/05/13 15:14 UTC
Read the original article Hit count: 407

Filed under:
|
|

Hi All,

Basically i developed my app on a localhost wamp server with PHP 5. ON uploading to the actual host i notice that

  1. The server is running php 4.4.9
  2. Everytime i upload my .htaccess file, the server removes it completely.. seems to not be allowed
  3. When i test out the set all i get is a 404 page not found

Any help on how to make it work on this PHP 4 server?

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about .htaccess