These problems occur whenever .htaccess is set to reroute all traffic from http://example.com to http://www.example.com. I tested this behavior on a clean installation. To reproduce the error on the taxonomy module:
I didn't know whether I should have posted this into Drupal core or not, because it involves two modules. I've ran into two problems so far:
- The autocomplete feature of the taxonomy "tags" feature fails to work.
- The Views module sends me to an odd http page that looks like an Ajax request every time I update a filter, argument, field, etc. before saving.
The taxonomy problem is bearable, but the problem with Views is making it increasingly annoying to create or update any and all views.
- Start with a clean installation of Drupal.
- Go to the non "www" version of the site. Create a vocabulary, enable the free tagging feature, and create a few stories to ensure that autocomplete works.
- Set .htaccess to redirect example.com to www.example.com.
- Try creating a new story. The autocomplete feature should now fail. IE7 reports an error.
PHP: 5.2.6
Drupal path: site root (e.g. public_html)
Thanks!
Comments
Comment #1
savioret commentedI have also found this problem, and my solution was always removing www
Is there any new ?
Comment #2
dddave commented@ could you please confirm that this issue still exists with the current version of D6 and update the version info or change the status?
Comment #3
Anonymous (not verified) commentedThis is what I have in .htaccess in Drupal 6.20. Taxonomy and views modules work normally.
Marking as fixed. Please feel free to re-open if the issue persists.