Ok had drupal running on the main directory but I need to move it to a folder within that directory... I have coppied all files over to the new directory but now when I go to log in or accecess any other page than the maine index.php page it tells me page cannot be hound etc..... Andy ideas of something i need to change somewhere?

Comments

Anonymous’s picture

By "any other page", do you mean you are going directly to those pages or are you using links from the index page? I've moved a bunch of sites to subdirectories after testing and because of caching the links lead to the old directory structure, where obviously, the files no longer exist.

Clearing the cache does the trick, in this case.

----------
My Blog
SunriseWebDevelopment.com

ShaunPatrick’s picture

they are pointing right... i mean even when i go to log in to my site it brings up a drupal page that says page not found

Anonymous’s picture

Hmm, odd then. So what happens when you go to:

http://www.yoursite.com/thatnewdirectory/admin

If you're going straight to the admin page (in your new directory of course) and getting 'page not found' I wonder if all the files copied over correctly.

EDIT: and this is assuming you're not using a Virtual Host in apache that points to the new directory.

----------
My Blog
SunriseWebDevelopment.com

ShaunPatrick’s picture

think i found the prob

Anonymous’s picture

ShaunPatrick’s picture