vi /etc/httpd/conf/userdir.conf
<Directory "/home/*/public_html">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    Require method GET POST OPTIONS
</Directory>
수정후
<Directory "/home/*/public_html">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews  SymLinksIfOwnerMatch IncludesNoExec
    Require method GET POST OPTIONS
</Directory>