Disable UserDir Protection
__Disable UserDir Protection for 1 user on 1h Server__
This will be done across all shared servers, through the shared IPs Virtual Host.
<VirtualHost 198.178.116.238:80>
<IfModule mod_userdir.c>
UserDir disabled
UserDir enabled btikvahc (Remove this line to de-activate) (Add with another user to activate)
</IfModule>
ServerName 198.178.116.238
DocumentRoot /usr/local/apache/htdocs
ServerAdmin admin@4goodhosting.com
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
After this, execute:
/etc/init.d/httpd graceful