URL에서 "~"(물결표)를 없애는
Posted by : admin at 11 월 5th, 2008
httpd.conf
수정합니다. httpd.conf
다음 위치에있습니다. /usr/local/apache2/conf
/usr/local/etc/apache2
httpd.conf
Alias / USERNAME / "/home/ USERNAME /public_html/"
<Directory "/home/ USERNAME /public_html">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Directory
지시어 안은 예입니다. 필요에 따라 수정합니다. Filed under Web 서버 (Apache2) |