Status
Not open for further replies.

nForc3r

Active Member
378
2011
111
0
Hi guys, I need urgent help with a wordpress issue with htaccess.

My site redirects to /wp-login.php

Edit: Well I just reinstalled the blog.. since I couldn't resolve the issue. I think Theme-my-profile might have caused this.

Please Close Thread.
 
Last edited:
8 comments
erase everything before this:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

but i don't see anything that would cause a redirect there

# END WordPress
 
I already said to him that it not was a .htaccess problem because he tryed to delete the .htaccess and the blog still redirect to login page.

Is somehting changed internally into blog. not a .htaccess problem.
 
Well i am not an expert, but is it possible that there should be a # in front of
Options -Indexes ?

Or are your DNS Settings possibly redirecting to the other url ?

What is your WordPress address (URL) (under General Settings)
 
Last edited:
If you can grep on the server go to you directory where the blog is installed and execute:

grep "wp-login.php" ./*

You can send us the output via pastebin/pasty.

This will check if there isn't any header redirection added to redirect to wp-login.php instantly.
 
Status
Not open for further replies.
Back
Top