By Anonymous (not verified) on
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
check the .htaccess file on root directory of both sites
Are the 2 .htaccess files the same ?
_michel_ The two .htaccess
_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!
Are you on localhost or live
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
Blogid.net The sites are NOT
Blogid.net
The sites are NOT under the same Drupal installation. Both are completely seperate installations.