Closed (works as designed)
Project:
Drupal core
Version:
5.0
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 20:59 UTC
Updated:
17 Nov 2010 at 09:39 UTC
I am trying to install Drupal 5.0 along side an existing static HTML site. The .htaccess file located in the root dir of the web site makes Apache 1.x stop processing the SSI (Server Side Includes) correctly for the static HTML site. Nothing in the file jumps out at me as being the source of the trouble. Had to rename off the file to get the static HTML site working again.
BTW: The method I used to get Drupal to not take over the web site was two fold: 1) edit the .htaccess file to make index.shtml the default and 2) edit common.inc to always include index.php in the URL. Once migration is completed I intended to reverse those two changes.
Thanks,
Michael
Comments
Comment #1
mdupontThe problem here is not Drupal, it's more the webserver configuration and installing Drupal alongside a SSI based static site. Closing this old issue.