[Plugin: Hidden Login] Problem with redirection
-
Hey. I downloaded the hidden-login plugin november 17. I installed it and set the keystrokes to ctrl-shift+l.
My wordpress blog is located at an address looking like this: https://localhost/~something/WP/. When I surf to it and hit the designated key strokes I’m redirected to https://localhost/wp-admin (not found).
I tried to fix this myself, but my php skills are lacking… I found this line (line 79) in the hidden-login.php file:
<input type=”hidden” name=”redirect_to” value=”<?php bloginfo(‘wpurl’); ?>/wp-admin” />
and I changed /wp-admin to ~something/WP/wp-adminWhen I tried that I actually got the very nice looking login-pop-up on the middle of the screen. I filled in login and password, hit OK and was directed to https://localhost/~something/WP/~something/WP/wp-admin (not found).
Any ideas?
- The topic ‘[Plugin: Hidden Login] Problem with redirection’ is closed to new replies.