Jag ville bara tala om för er som inte läst det än att webdelning inte fungerar med Leopard.
Man kan alltså inte host.a sin egen sida.
Lösningen ser ut så här:
To fix the problem, go to the directory:
/private/etc/apache2/users (Detta är en osynlig folder så du måste ha ett sätt att se osynliga filer. T ex Mac Help Mate)
Create a file called <user>.conf, where <user> is your short user name.
The file should contain the following:
#
# Allow access to Bill's Sites directory for web clients. (Bara en kommentar)
#
<Directory "/Users/bill/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I used my short user name here. Naturally, your config file will contain your short user name.
Restart Personal Web Sharing after adding the file and you should be good to go.
Thanks to Jason Kerner