Is it possible to install another CMS in a subdirectory of Drupal, for example SMF forums in a directory called /forum?

Will the Drupal .htaccess/URL-rewriting cause problems with the dynamic URLs of the forum software and is there a way around it?

Comments

wdrupal’s picture

I've installed SMF in a subdirectory under my Drupal installation.

It's in /forum

The URLs work, but for some reason it won't let me log in, saying that my session has timed out. Could it be that something in Drupal is interfering with the sessions in SMF?