In a subdirectory off my web root (and root of a virtual host), I have a .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^anthonpang\.com [NC]
RewriteRule (.*) http://anthonpang.com/$1 [R,L]
The URL (yes, I left off the trailing slash):
http://example.com/anthonpangcom
Mysteriously becomes:
http://example.com//home/robocoder/public_html/anthonpang
I say mysterious, because the behaviour depends on the domain I use in RewriteRule. For example, anthonpang.ca does get rewritten correctly.
That said, it's probably "minor" as I don't expect to publish or link to the subdirectory-based URL when this goes "live".
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!