nysprite
26th June 2006, 11:54
Hi All
I wunder waiting for domain processing. How I can open web by ip address..
http://192.168.1.2/~www.example.com/ ???
I have trying edit httpd.conf follow as :
UserDir public_html
<Directory /var/www/*/user/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
Thank you for any help..
* sorry for my english
Sprite
I wunder waiting for domain processing. How I can open web by ip address..
http://192.168.1.2/~www.example.com/ ???
I have trying edit httpd.conf follow as :
UserDir public_html
<Directory /var/www/*/user/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
Thank you for any help..
* sorry for my english
Sprite