Posted by entr3p on September 2, 2009 at 2:29am
Jump to:
| Project: | Sub-path URL Aliases |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I recently installed this module, and the urls change accordingly but when I click on the link it just returns 404 page. I don't use Global Redirect or anything like that so I don't know what the problem is.
Comments
#1
Same problem, but I could have sworn it worked perfectly when I first installed it and I've barely changed anything since then...
#2
Could be a problem with the url_alter module's hook_url_inbound_alter() function?
#3
I'm actually having the same issue, although only when the user is not logged.
If the user is logged in, then its not a problem, everything works like a charm. It seems like its only happenning to anonymous users.
#4
Hello,
I have finally found my issue. Theres a conflic with the secureSite Module: It seems like its something within the securesite_boot() function.
I wasn't using the module anyways so I have finally uninstalled it and everything is running perfectly fine now!
Hope this might help someone else.