in fresh install of Centos 7 I create a account with name tpelek.
when I visit vhost
http://IP/~tpelek/ i receive error 500 Internal Server Error
in error log write : home/tpelek/public_html/.htaccess: Options not allowed here
if I visit the main
http://IP/ works ok.
in both directories I have the default joomla .htaccess but the problem only in vhost.
If I comment out from .htaccess Options +FollowSymlinks and Options -Indexes I don't receive any error.
I try to fix account permissions and usr / local / apache / conf.d / vhosts / tpelek.com.conf have the option
<Directory "/home/tpelek/public_html">
AllowOverride All
</Directory>
in server I build before 2-3 months with centos 7 this not happen.
Thanks in advanced
Thodoris