CodeIgniter Forums
404 error on http://test.server/ - 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 error on http://test.server/ (/showthread.php?tid=54065)



404 error on http://test.server/ - El Forum - 08-21-2012

[eluser]inamdar[/eluser]
In my site, when i hit refresh on a home page http://test.server/ some time it show me my home page but again i refresh page it show me 404 page not found error
i dont know why?
help me to solve this?:roll:


404 error on http://test.server/ - El Forum - 08-21-2012

[eluser]Unknown[/eluser]
Could it be that it is different depending on whether or not you have the slash at the end?


404 error on http://test.server/ - El Forum - 08-21-2012

[eluser]inamdar[/eluser]
any how i am getting 404 error when i refresh my home page
and sometime i got my home page.....
http://test.server/
http://test.server

this is my htacess file

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
</IfModule>




404 error on http://test.server/ - El Forum - 08-21-2012

[eluser]inamdar[/eluser]
can any one help me Please.
why this is happening?


404 error on http://test.server/ - El Forum - 08-22-2012

[eluser]inamdar[/eluser]
after restarting server my issue has been resolved...
Thanks