I have Drupal 6 .2 installed on two completely different sites on the same server.
On one site, the Clean URL feature is working perfectly. On the other site - same server - the Clean URL feature is not working.
Obviously it's not a problem with the server. What else could I be missing?

Note: The site that has the clean URL feature not working was updated to Drupal 6.2 from Drupal 5.2

Suggestions welcome.

Thanks

Comments

_michel_’s picture

Are the 2 .htaccess files the same ?

Anonymous’s picture

_michel_

The two .htaccess files appeared to be different, so I removed the .htaccess file in the Drupal installation that wasn't recognizing the Clean URL's and replaced it with a copy of the .htaccess file from the installation that WAS working with the Clean URL's.

It's working now.

Thanks for the tip!

gausarts’s picture

Are you on localhost or live server? That'll will clarify things.

Meanwhile if your sites under the same drupal installation, have you tried:
1. symlink?
2. giving base_url from each settings.php?
3. RewriteCond from your htaccess?

love, light n laughter
blogid.net

love, light n laughter

Anonymous’s picture

Blogid.net

The sites are NOT under the same Drupal installation. Both are completely seperate installations.