I recently set up a domain (hobby site) with a host that offers MYSQL, php and many other features for a very good price.
There's just one big drawback: they are using Confixx and any attempt to use a htaccess file immediately results in an internal server error.
One "solution" I found on the web was for the host to
include the following in httpd.conf before including the confixx_vhost.conf:
<Directory "/home/www/web1">
Options +FollowSymLinks +SymLinksIfOwnerMatch +Multiviews
AllowOverride All
However, according to my ISP this is not an option, due to security concerns.
Any ideas (apart from moving to another ISP)?
Laurenz