By voytechs on
I tried to restrict the Login box to a single page and after I logged out, the login box doesn't appear anywhere. How do I log back in?
I tried to restrict the Login box to a single page and after I logged out, the login box doesn't appear anywhere. How do I log back in?
Comments
goto page
siteurl/user/login
--
Please read the handbook, search the forums, then ask...
http://drupal.etopian.net (Modules and Drupal Services)
Or
or siteurl/?q=user/login if you don't have clean urls enabled. (and the /login part isn't even necessary)
I have search and tried the
I have searched and found the same URL and after I tried it:
http://jnetflow.sf.net/user/login and all I get is an Error 500
Error notes: mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use \'RewriteOptions MaxRedirects\' to increase the limit if neccessary.
What I did to get into this trouble was, under admin/blocks/User Login/Configure and selected the "Show on only the listed pages" radio button and then put in for pages "Note/10" which is the node ID of the page I wanted the login box to appear.
I tried same url on my other drupal server (one I can login normally) and I get "The requested URL /usr/login was not found on this server.".
I'm runnig Drupal 4.6.3
Thanks DriesK, that was the
Thanks DriesK, that was the problem. I was missing the ?q= part.
Tricky....