FTP veya SSH üzerinden dosyayı açınız;
/etc/httpd/conf.d/userdir.confEn altına aşağıdaki parametreleri ekleyiniz.
<Directory "/var/www/vhosts/*/httpdocs"> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require method GET POST OPTIONS </Directory> <Directory "/var/www/vhosts/*/*/"> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require method GET POST OPTIONS </Directory>Apache'yi resetleyelim.
service httpd reload