How do I "mirror"/point various specific domain names to a given .com/suburl/
?
Examples:
mydomain.fr > mymaindomain.com/france/
mydomain.se > mymaindomain.com/sweden/
I currently have the following .conf setup:
<VirtualHost *:80>
ServerName u13nuym
ServerAlias u13nuym.somedomain.DK www.mydomain.com mydomain.com www.mydomain.dk mydomain.dk
MaxClientsVHost 32
<Directory />
AAHatName u13nuym
Options FollowSymLinks
AllowOverride All
</Directory>
</VirtualHost>
I have taken care of pointing the various domain names with correct A-record to the server.