I added two non-drupal sites (Dreamweaver) to a hosting where the main site is Drupal. The main site is working properly, but the Dreamweaver sites do not show-up (there is a 500 error). I was told by tech support that the problem is with the Drupal .htaccess file in the Drupal main site. Because it's a coding issue, they can't help.
Does anyone know what has to be modified in the .htaccess file to allow the Dreamweaver sites to show-up?
Thanks!

Comments

roaming’s picture

I finally found the solution.

In the .htaccess file, I modified the "#set the default handler" from:
index.php.
to:
index.php index.html index.htm

And now it's accepting the Dreamweaver sites.