Search code examples
.htaccessdrupalpathdrupal-6

Running a different CMS system under drupal folder


I'm a drupal newbie...

I completed my first drupal site. then client wanted to run their old CRM under new drupal site, they uploaded CRM folder into drupal folder, and when I try to address the CRM admin, as below, it redirects drupal 404 page (which is search page).

www.blablabla.com/crm/admin

Error message from drupal is below:

The page you requested does not exist. For your convenience, a search was performed using the query 500 shtml.

is there any way that I can make drupal to ignore any folder under its folder? something via .htaccess, or I don't know :/

Appreciate helps so much! thanks a lot!


Solution

  • I would suggest just linking to the old cms from inside drupal.And keep the folders of the old cms outside of the drupal folders. Your old cms also probably doesn't reference the links correctly (its expecting http://oldcmslink and inside of drupal it would be http://drupal?q=something).