PDA

View Full Version : Disabled Clean URLs problem


bill
03-10-2006, 01:58 AM
I have Clean URLs off:
administer > settings > Clean URLs: Disabled

However, in the comment threads created in vB by vbDrupal the URLs generated are Clean URLs. They do not contain the index.php?q=

I've got an IIS server so I can't use the .htaccess route. Have I missed a setting somewhere?

tamarian
03-10-2006, 10:39 AM
Edit the vbdrupal_thread template

bill
03-12-2006, 11:34 PM
Thanks. That fixed things for me. Just for future reference the template I modified was drupal_vb_thread and I just added the index.php?q= in the appropriate place.