By ShaunPatrick on
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
By "any other page", do you
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
No
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
Hmm, odd then. So what
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
Page not found
think i found the prob
It's a rewriting
It's a rewriting issue:
http://www.kernfinefoods.com/kernsfinefoods/?q=user
...works fine.
----------
My Blog
SunriseWebDevelopment.com
Nope that wasnt it
http://www.kernfinefoods.com/kernsfinefoods/admin
i just get page not found