Created
April 19, 2013 10:06
-
-
Save abarth500/5419393 to your computer and use it in GitHub Desktop.
[情報科学科実験I] UserDirの有効化
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_userdir.c> | |
# | |
# UserDir is disabled by default since it can confirm the presence | |
# of a username on the system (depending on home directory | |
# permissions). | |
# | |
#UserDir disabled | |
# | |
# To enable requests to /~user/ to serve the user's public_html | |
# directory, remove the "UserDir disabled" line above, and uncomment | |
# the following line instead: | |
# | |
UserDir public_html | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment