By jamielt on
I just moved Drupal from http://www.example.com/dp/ to http://www.example.com/. Now I get a "404 Error - Not Found" message. Changing settings.php does not seem to help. The index page does load, however you can not view other pages. Does anyone have a solution?
Comments
Reload the page by pressing
Reload the page by pressing CTRL-F5. This clears the cache.
If that helps, completely clear your browser's cache.
server side cache
actually, i think you'll more likely have a problem w/ Drupal's cache on the server side.
here's a discussion on how to clear it, but essentially i'd issue the following db queries:
keep in mind that this may significantly slow down your site for a while until the cache is rebuilt.
Having the same problem with jamielt...
and used your db queries but didn't fix the problem. I'm using Drupal 5.3.
Anyway, I fixed it by replacing my old .htaccess file. Now it's working.
Yay!
Multiple posts...
Anyway...
I fixed it by replacing my old htaccess. It's working right now.
404 Error
Sorry for the delayed reply...got it fixed.
Thanks