Skip to content

Instantly share code, notes, and snippets.

@abarth500
Created April 19, 2013 10:06
Show Gist options
  • Save abarth500/5419393 to your computer and use it in GitHub Desktop.
Save abarth500/5419393 to your computer and use it in GitHub Desktop.
[情報科学科実験I] UserDirの有効化
<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