Active
Project:
URL alter
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2010 at 23:47 UTC
Updated:
27 Apr 2010 at 19:32 UTC
I want to rewrite the defaul drupal /admin/ path via custom_url_rewrite_.. function (in settings.php).
Doing so I get noticed from url_alter module that I should move my code to be handled from within the module.
Trying to save the custom functions within url alter module, leads to a blank page - as the redirect from /admin/ to /my-secret-admin-path/ fails obviously.
Am I missing something or is there a fix?
thanks in advance
Comments
Comment #1
dave reidThe module should disable itself on the 'admin/settings/url-alter' path that's not happening in this case?