|
I have a server with the Bitnami Drupal 7 multi-site installed and working. Recently I came across a need to serve up some standard html pages outside of the Drupal framework on this same server. I've tried putting the files in a directory under Drupal/sites with it's own .htaccess file but it doesn't seem to work. My .htaccess file is just:
But the site just comes back blank when I try to access the index.html file. Is there some other trick to getting this working? |
|
How do you want to access to the these html pages? Through a new domain independently of the Drupal sites or through a subfolder in your current domain (eg. www.mysite.com/other)? In the first case you should configure a new virtualhost an place the html files outside the Drupal framework. If you want to share the html files in all your sites place the directory that contains your files, including the .htaccess, in apps/drupal/htdocs. I hope it helps. |