I'm using Drupal 4.4.1, php4, mysql4. Database user has been set up fine, database scheme loaded fine. When I try to acess my new install, all I get is a blank screen. In /var/log/httpd-error.log all I see is:
[Mon May 31 05:21:58 2004] [notice] child pid 78645 exit signal Segmentation fault (11)
[Mon May 31 05:29:02 2004] [notice] child pid 78646 exit signal Segmentation fault (11)
[Mon May 31 05:29:06 2004] [notice] child pid 78647 exit signal Segmentation fault (11)
for every attemt I make. Any thoughts or suggestions?
if you are using the vhost_alias_module and you want clean URLs, the default .htaccess will give you an infinite internal redirect loop. Two things shall be done to prevent this. Let's suppose that the DocumentRoot is /var/www/htdocs and drupal is installed in /var/www/htdocs/mydomain/drupal . In this case, the first thing is:
RewriteBase /mydomain/drupal/
This is easy to figure out. Second -- this took me some time -- you should add a slash before the index.php in the RewriteRule line: