Posted by tranquille on April 1, 2010 at 11:47pm
2 followers
Jump to:
| Project: | URL alter |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
The module should disable itself on the 'admin/settings/url-alter' path that's not happening in this case?