got usermod_dir enabled.
config below:
any reason why it gets 404?
config below:
Code:
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
UserDir enabled whitfield
<Directory /var/sentora/hostdata/*/public_html>
DirectoryIndex index.php index index.html default.html default.$
AllowOverride All
Options MultiViews Indexes SymLinksIfOwnerMatch
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
</IfModule>
any reason why it gets 404?