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

arzajac’s picture

Reload the page by pressing CTRL-F5. This clears the cache.

If that helps, completely clear your browser's cache.

arh1’s picture

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:

delete from cache;
delete from cache_filter;

keep in mind that this may significantly slow down your site for a while until the cache is rebuilt.

rosgar’s picture

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.

rosgar’s picture

Multiple posts...

rosgar’s picture

I fixed it by replacing my old htaccess. It's working right now.

jamielt’s picture

Sorry for the delayed reply...got it fixed.

Thanks