I'm trying to get drupal working on a VPS with debian and apache2 . I've put all my drupal files in var/www and I'm using the ipaddress (haven't uapted the DNS yet). When I visit the site's ip it ask if I would like to open or save the the php file (application/x-httpd-php5). I have test.php file with phpinfo in it and when I try to access that file it too gives a message about opening/saving the file. However, when I remove .htaccess I can access test.php and it shows me the php details. I have tried restarting apache and have changed /etc/apache2/sites-enabled/000-default to AllowOverride All
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# Uncomment this directive is you want to see apache2's
# default start page (in /apache2-default) when you go to /
#RedirectMatch ^/$ /apache2-default/
Are there any changes that I need to make to .htaccess or to any other file for it work properly?
(I've not made any changes to .htaccess so far)
Comments
Hi
I'm not at my lenny machine right now, but i'll get back to you later if you're still having troubles.