There may not be an .htaccess file if the default permalink structure has never been changed. WordPress probably wouldn’t generate an .htaccess file if that’s the case. If necessary, you can create it manually and just leave it empty, but if it doesn’t exist, it probably won’t/shouldn’t affect the move.
Thanks ClaytonJames – I went ahead without the .htaccess file but the site url did not change. Any ideas?
Also, I don’t know how to create an .htaccess file manually but am game to give it a try.
mick
ok I just broke the website – I changed the site and wordpress url to the root root after moving everything there (all the wordpress files) and now I cannot access the dashboard.
http://www.lisadobiaslmft.com is what I want the the site url to be and http://www.lisadobiaslmft.com/wp is the wordpress url – right nbow http://www.lisadobiaslmft.com opens a temporary page.
What can I do to retrieve the dashboard and finally move to the ideal url?
First fix the URL’s (change them back) by using one of the methods outlined in this document: Changing The Site URL
Read carefully before choosing which method will work best for you.
Then, just to make sure we’re on the same page – if you are moving the entire site from the sub-directory /wp to root, have a look at these instructions: Moving Directories On Your Existing Server
If you intend to leave your wordpress files in the /wp sub-directory, but want to access the site from the root directory, have another look at these directions in-depth. Giving WordPress Its Own Directory
[edit] the instructions on that default page are from the web host, telling the account owner how to make files placed in the root directory accessible. Normally, when a site (or any other file meant to be web accessible) is placed in root, it will be necessary to remove that default landing page first.
[re-edit]
I changed the site and wordpress url to the root root after moving everything there (all the wordpress files)
If you’ve already gone ahead and moved the files, you might be able to shortcut some steps without needing to move them back. Have a look at these instructions: Moving Directories On Your Existing Server
ok that worked, I was able to get all the content back and the site is working again thank you so much
BUT … the fix for moving the site url *still* didn’t work and I followed the instructions closely
I added a redirect to the site so at least they can use it on their business cards now, but I’d really love to get rid of the /wp
thanks for the rescue …
mick
Assuming from our conversation that your goal is to move all of the WordPress files out of the /wp directory and into the root directory, completely eliminating the sub-directory installation:
A) Remove that default index.html landing page from root.
B) Make sure all index.php, .htaccess, and other files that might be copied over are backed up and that the root directory is ready for the new WordPress files.
Re-visit these instructions – Here are the step-by-step instructions to move your WordPress site to a new location on the same server – paying particular attention to the order of execution, and item 11 regarding images and media and how to update the URL’s in the database.
You must remove the placeholder index.html file from your root directory first. The hosts FAQ should be able to help with that if the placeholder file name isn’t something obvious.