Same problem here. Also don’t know when this occurred. I think after the upgrade to Magento 1.3.0
This is also a security issue whilst it reveals your admin login/admin folder
Oh - and the custom admin URL is revealed - check the “Forgot your password?” link - takes you straight to the custom admin URL. And this custom URL can be indexed by search engines as well.
I have had to disable the Blog module for now.
In any instance, NOTHING should redirect to the admin log-in screen.
If “Use Secure URLs in Admin” is selected, ANY blog pages will try to load in https, while all other catalogue pages will load fine (non-secure).
So somehow, for some reason, Magento now sees the blog and any related pages as a part of the admin. And it seems that for blog pages and categories it now can not find, it redirects to /admin, instead of /blog.
You could try this temp fix. It has solved the routing issue for me and got the blog working fine as far as I can tell, although Discovery is still reporting some problems.
You could try this temp fix. It has solved the routing issue for me and got the blog working fine as far as I can tell, although Discovery is still reporting some problems.
Hi Periculi,
Many thanks for your reply and investigative work!
Which fix are you referring to though - is it this one:
Fix for admin login route:
open config.xml in app/code/community/Monk/Blog/etc
remove <frontName>blog</frontName> from <admin> (see above posts)
I have the same problem, I didn’t try the fix cause my website is not live yet and I will wait for an official lazymonk fix before put it in production module.