CodeIgniter Forums
404 Page not found when i upload my project! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: 404 Page not found when i upload my project! (/showthread.php?tid=28524)



404 Page not found when i upload my project! - El Forum - 03-13-2010

[eluser]7amza[/eluser]
Hello Guys ,
i completed my project and(it works very good in my localhost) i finished uploaded it , but when i try to access to the project it show me :
404 Page Not Found
my project url is :
XXX
but when i try to acess using this url :
XXXX
the error is :

An Error Was Encountered

Unable to locate the model you have specified: mwriter
i think i should lowering all my files name?!
-------------------------------
i removed index.php from the url using htaccess file and it works in localhost very good !
htaccess content is :
Code:
RewriteEngine On
RewriteBase /news
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
-----------------------------------------------------
any idea about that? i want remove index.php from the url