I just installed Livecart on my local development machine and got a 500 Internal Server error when I visited the site. My permissions were set correctly. The Apache log was showing this error: livecart/.htaccess: Options not allowed here
Never seen that one before! I fixed it by following tristanC’s advice on this forum post.
Just edit /etc/apache2/mods-available/userdir.conf and add Options as the last argument on the AllowOverride line. Then restart Apache and you’re golden!