Hello,
I have the exact same problem, getting a 404 error when I try to get into wp-admin
http://www.stealthchinese.com/dj/wp-admin
Thanks for any suggestions!
Well, your blog is here http://www.stealthchinese.com so normally that is where your wp-admin would be. Most of the other files that should also be with your index.php are in http://www.stealthchinese.com/dj/ and some are in http://www.stealthchinese.com
Are you using some sort of redirect or perhaps your htaccess.txt is incorrect?
kmessinger, thanks for your response. i followed the following instructions to give wordpress its own directory. http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
so index.php is in the root folder, and redirecting everything else to http://www.stealthchinese.com/dj.
perhaps my .htaccess file is incorrect? right now it shows this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
any suggestions?
kmessinger, thanks for checking. i actually completely re-installed wordpress (and all my posts), with a new database, and everything seems to be working fine. i just lost all my comments. 🙁