CodeIgniter Forums
404 Page Not Found The page you requested was not found. - 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 The page you requested was not found. (/showthread.php?tid=15817)



404 Page Not Found The page you requested was not found. - El Forum - 02-16-2009

[eluser]Hussu[/eluser]
Hello there,

I am developing one code igniter application.
Its complete about 70 percentage

I develop application on my local pc then I upload it to the server
Now today I got some problem in my local copy so i just replaced it with the copy of the server which is running perfectly well..

I have changed the config and database file according to the local configuration.. but my local wamp server throws

404 Page Not Found The page you requested was not found.

What to do?

Help me..

Hussian


404 Page Not Found The page you requested was not found. - El Forum - 02-16-2009

[eluser]pistolPete[/eluser]
Which settings did you change exactly?
Are you using a versioning system (like SVN), then revert your changes.
Have a look at:
Code:
$config['base_url']



404 Page Not Found The page you requested was not found. - El Forum - 02-17-2009

[eluser]Hussu[/eluser]
[quote author="pistolPete" date="1234793713"]Which settings did you change exactly?
Are you using a versioning system (like SVN), then revert your changes.
Have a look at:
Code:
$config['base_url']
[/quote]

Yeah I am using svn revision system.. but it is on server not on my local pc
And it is working well on the server. but local copy is not working


404 Page Not Found The page you requested was not found. - El Forum - 02-17-2009

[eluser]n8m[/eluser]
Hey,

I often had similar Problems. Usually I check the following:

1. Check the Config file if the correct siteroot is set. I often had live server stuff in there.
2. Check in the .htaccess if the RewriteBase is set to the correct directory.
3. to make sure its reading the correct value an echo base_url(); (if this works its usually the .htaccess rewrite base).

Hope it helps.

r
n8m


404 Page Not Found The page you requested was not found. - El Forum - 02-17-2009

[eluser]Hussu[/eluser]
I have following .htaccess file content

#Options +FollowSyncLinks
RewriteEngine on
#RewriteBase /
#RewriteCond %{REQUEST_URI} ^system.*
RewriteCond $1 !^(index\.php|images|css|uploads|jscripts|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

My folder in wamp has the name 'Web'

And also my config.php and database.php is configured properly

I don't know whats the problem..

My server is on linux platform and my local copy is running on windows platform


404 Page Not Found The page you requested was not found. - El Forum - 02-18-2009

[eluser]ganesh_tavva[/eluser]
Hello

I


404 Page Not Found The page you requested was not found. - El Forum - 02-18-2009

[eluser]TheFuzzy0ne[/eluser]
ganesh_tavva, you've now started two threads on the same topic, and now you're trying to hijack someone else's thread? That's not the way to get help, especially when I've tried to help you in one of your previous threads!