|
|
发表于 2005-9-10 17:55:52
|
显示全部楼层
- 333 <IfModule mod_userdir.c>
- 334 #
- 335 # UserDir is disabled by default since it can confirm the presence
- 336 # of a username on the system (depending on home directory
- 337 # permissions).
- 338 #
- 339 #UserDir disable
- 340
- 341 #
- 342 # To enable requests to /~user/ to serve the user's public_html
- 343 # directory, remove the "UserDir disable" line above, and uncomment
- 344 # the following line instead:
- 345 #
- 346 UserDir public_html
- 347
- 348 </IfModule>
复制代码 |
|