I have Drupal6 site installed, and an older version of site running inside the /content subdirectory
When I'm trying to create a content with multiple images with CCK ImageField (a photogallery node), there's an "Add another" button, that sends POST request to http://sitename/content/js_add_more/photo/field_image to load additional form to the page.
As /content directory exists, it takes precedence, and the ahah request fails.
The easy way to fix it is to rename the old site directory. But I really would not like to do this, as all URLs within old site will change and it's bad for SEO.
I will appreciate any help to workaround this issue.
I've tried setting some mod rewrite rules in .htaccess, but none worked as I expected