nel file httpd.conf ho trovato e decommentato queste righe
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
ho riavviato apache ma non funziona..
ovviamente ho creato la public_html all'interno di home/web. web è l'utente.

Rispondi quotando