Welcome Guest, Not a member yet? Register   Sign In
404 Page not found when i upload my project!
#1

[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


Messages In This Thread
404 Page not found when i upload my project! - by El Forum - 03-13-2010, 05:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB