Sentora Support Forums
usermod_dir - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: usermod_dir (/showthread.php?tid=1701)



usermod_dir - txt3rob - 06-23-2015

got usermod_dir enabled.

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?