Hi all,

I am faced with an odd problem, that I can't seem to fix:

all my menu-items are configured with a clean url link (eg. /news), but at some point, after one or two reloads of my website, all the menu-links show the 'old' /node/ url! The only exception is /home, that link always remains the clean url.

When the menu-item points to /node/ and I go to administer->menus-> menu-item to check it, it still shows the clean url as target! So basically, the menu-settings are correct, but when the menu is generated by drupal, it skips the clean url and puts in the 'dirty' url.

Any idea how this is possible?! And of course, any idea how to fix this...

Information:

- I have enabled clean urls and they work fine
- I have made menu-items through the administer->menus AND through the menu option when making a new page. No difference
- when the menu-item points to /node/ and I go to administer->menus-> menu-item, it still shows the clean url as target
- I use the path module and drupal 4.7.x
- I have other Drupal sites on the same server that do not show this behaviour
- this behaviour started suddenly, without a clear cause (that I can trace)

I use the clean url to display images relating to the menu-item that has been clicked, so it is essential the the menu-items work as they should...

Thank you for any thoughts!

Harro