This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

usermod_dir
#1
usermod_dir
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?
Reply
Thanks given by:


Forum Jump:


Users browsing this thread: 1 Guest(s)