Wrong path with drupal in a subdir
druppi - January 13, 2008 - 12:11
| Project: | EasyLink |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When drupal is installed in a subdir (e.g. /drupal), the inserted path is wrong, as it is inserted as an absolute path, e.g. /node/55 instead of /drupal/node/55. As this is a difficult problem with pathes if drupal is installed in a subdir (see http://drupal.org/project/pathfilter) you should add an option to use pathfilter (or recognize that pathfiler is installed and available), and then insert the link in a pathfilter manner (internal:node/55).
The advantages of this approach can be read on the pathfilter home page

#1
Sorry, it was my fault. I'm currently testing with the same drupal installation in a subdir and a subdomain (pointing to that same subdir), to check, whether I can move a new drupal installation out of that subdir. I added the link in the subdomain and checked the content in the subdir. It either works in the subdomain or in the subdir, but not in both. Pathfilter would solve this problem. I therefore have changed the state to feature request.