ここまでにやったこと@c20
httpd.confに以下を追加
------------------------------
<Directory /home/*/public_html>
Options Multiviews All
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Directory /home/*/secure_html>
Options Multiviews All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
-------------------------

>711-712をやった

>737はまだやってない