Forum Moderators: phranque
My sys admin says that she tried, and even tried editing htconfig to allow override. I think this should have worked, and want to send her exact instructions.
From my research, I think we should have in httpd.conf:
<Directory /var/www/devwww/html/business/>
AllowOverride FileInfo
</Directory>
.htaccess file would say:
AddHandler application/x-httpd-php .html
One other complication: this apache server is a virtual host...?
What am I missing?
Thanks!