I have some nodes with clean urls (i.e "node/63" -> "book/coderepo"). Linking to these nodes in blog posts using relative urls doesn't seem to work ( a href="book/coderepo"), as the generated link becomes "base_url/node/book/coderepo". I cannot use "a href="node/63" either, as it becomes "base_url/node/node/63"

Background info:
1) Drupal is installed in html/drupal/
2) single site configuration
4) base_url in settings.php is set to "domain/drupal"
3) clean url is enabled
4) happens for both "full html" and "filtered html"
4) only default content filters installed

Any way to fix this? Thanks!

Comments

ainigma32’s picture

Status: Active » Fixed

See here http://drupal.org/node/111635 (scroll down to the last comment)

- Arie

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.