13 pointsStarting to get into this DEV thingI'm new here
darja
Member
—
5th June 2009 (2 years ago)
Hi,
I have a weird problem.
I'm running edu-clean theme and yesterday, everything worked just fine.
But now, when I try to login as admin, it redirects to this (instead to admin login):
"http://my_domain.com/wp-login.php?redirect_to=http%3A%2F%2Ftreport.si%2Fwp-admin%2Findex.php"
I have a weird problem.
I'm running edu-clean theme and yesterday, everything worked just fine.
But now, when I try to login as admin, it redirects to this (instead to admin login):
"http://my_domain.com/wp-login.php?redirect_to=http%3A%2F%2Ftreport.si%2Fwp-admin%2Findex.php"
Yes, I did move all the mu-plugins to different folder, but no luck. I think there maybe something wrong with my htaccess file. Anyhow, this is giving me a real headache:(
Could I PM you my FTP, maybe? If you have any time to look at it? Pls?
Thanks and have a nice day!
We really only provide support for our plugins and themes. We're happy to assist with general WPMU issues via the forums but I'm afraid we can't fix your install for you. If you want to post your htaccess file contents here we'd be happy to take a look.
There's about a dozen of these threads on the regular mu forums. Not sure what the issue is and I don;t think anyone's come up with a solution outside of "reinstall and use a different email" which doesn;t make sense to me.
I seriously doubt those two lines would be causing this problem but you might want to make sure. I've seen some weird hosting configurations where certain items in a .htaccess file will result in odd problems.
I'm having this exact same problem.
Everything works fine ONLY when i disable Buddpress.
I'm using the business blog theme!
Does anyone have any idea what's going on?
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
16th December 2010 (1 year ago)
#
Greets and welcome to wpmudev.
We need a lot more information to go on to help you. Most support forums require a link as well as a check of your webserver's error logs when asking for help. Also what other plugins do you have installed? Please remember specifics and information are always a plus.
Responses (11)
Member — 5th June 2009 (2 years ago) #
Oh yes, and /wp-login.php shows a blank page:(
Erstwhile founder — 5th June 2009 (2 years ago) #
Have you tried removing plugins just to see if one is causing the problem?
Thanks,
Andrew
Member — 6th June 2009 (2 years ago) #
Hi, thanks for the reply.
Yes, I did move all the mu-plugins to different folder, but no luck. I think there maybe something wrong with my htaccess file. Anyhow, this is giving me a real headache:(
Could I PM you my FTP, maybe? If you have any time to look at it? Pls?
Thanks and have a nice day!
Darja
Erstwhile founder — 6th June 2009 (2 years ago) #
Hiya,
We really only provide support for our plugins and themes. We're happy to assist with general WPMU issues via the forums but I'm afraid we can't fix your install for you. If you want to post your htaccess file contents here we'd be happy to take a look.
Thanks,
Andrew
Member — 6th June 2009 (2 years ago) #
Hi,
Yes, I understand:)
OK, here it is:
php_flag register_globals 0
php_flag display_errors 0
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule ^(.*/)?global-comments-feed/(.*) wp-content/recent-global-comments-feed.php [R=301,L]
RewriteRule ^(.*/)?global-posts-feed/(.*) wp-content/recent-global-posts-feed.php [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
SecFilterEngine Off
SecFilterScanPOST Off
Keeper of the Dark Chocolate — 6th June 2009 (2 years ago) #
Looks fine to me although the last two lines are missing a file declare:
http://trac.mu.wordpress.org/browser/trunk/htaccess.dist
I don;t know if that would affect it though.
There's about a dozen of these threads on the regular mu forums. Not sure what the issue is and I don;t think anyone's come up with a solution outside of "reinstall and use a different email" which doesn;t make sense to me.
Erstwhile founder — 6th June 2009 (2 years ago) #
Aside from the bit drmike pointed out these are the only two lines that aren't in the stock .htaccess file:
php_flag register_globals 0
php_flag display_errors 0
I seriously doubt those two lines would be causing this problem but you might want to make sure. I've seen some weird hosting configurations where certain items in a .htaccess file will result in odd problems.
Thanks,
Andrew
Keeper of the Dark Chocolate — 6th June 2009 (2 years ago) #
Andrew, those two lines are in the readme file I believe. I'm having serious access problems and can't double check.
Founder & CEO — 7th June 2009 (2 years ago) #
It's definitely best to KISS with htaccess :)
Member — 16th December 2010 (1 year ago) #
I'm having this exact same problem.
Everything works fine ONLY when i disable Buddpress.
I'm using the business blog theme!
Does anyone have any idea what's going on?
Keeper of the Dark Chocolate — 16th December 2010 (1 year ago) #
Greets and welcome to wpmudev.
We need a lot more information to go on to help you. Most support forums require a link as well as a check of your webserver's error logs when asking for help. Also what other plugins do you have installed? Please remember specifics and information are always a plus.
Become a member