stevedardme
Forum Replies Created
-
i deleted the .htaccess file and now i get a 404 error when i try to login.
would it be helpful if i provided my wordpress and ftp login info?
Here’s what my .htaccess file looks like now on the root level:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
ok iridiax that was brilliant because when i renamed the old site root level .htaccess and renamed the /blog level .htaccess i finally was able to log back into the wp admin. so then i proceeded to follow the migrate blog instructions as follows:
1. Create the new location using one of these two options:
1. If you will be moving your WordPress core files to a new directory, create the new directory.
2. If you want to move WordPress to your root directory, make sure all index.php, .htaccess, and other files that might be copied over are backed up and/or moved, and that the root directory is ready for the new WordPress files.
2. Login to your blog.
3. Go to the Administration > Settings > General panel.
4. In the box for WordPress address (URI): change the address to the new location of your main WordPress core files.
5. In the box for Blog address (URI): change the address to the new location, which should match the WordPress address (URI).
6. Click Update Options.When i hit “save Changes” it logged me out of the admin but i kept following the instructions
7. (Do not try to open/view your blog now!)
8. WordPress 2.0 only: Delete the folder wp-content/cache.
9. Move your WordPress core files to the new location. This includes the files found within the original directory, such as https://example.com/wordpress, and all the sub-directories, to the new location.I moved the files to the root level from the /blog level using standard ftp
Then i tried to log back in using what should be the updated login url of https://www.wb-collection.com/wp-login.php but instead of the login screen so i could make the changes in #10 i got a 404 error.
Great….now what? Suggestions? Ideas? Thoughts? Wisdoms? Morsels?
10. If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.
I feel i am close, but have no idea how to get there.
thanks for the link, i tried the quick fix method and the relocate method but neither of them worked as i keep getting a “500 error” after making the changes and trying to get into the admin panel
any ideas?