Eğer bir özel oluşturmak için arıyoruz A record.
Ben böyle bir şey yapalım istiyorum A kayıtları belirtirken joker karakterleri kullanabilirsiniz eminim:
*.mywebsite.com IN A 127.0.0.1
127.0.0.1 would be the IP address of your webserver. The method of actually adding the record will depend on your host.
Bu bir seçenek eğer gibi bunu yapıyor http://mywebsite.com/user kurmak çok daha kolay olurdu.
. Sonra sadece bu gibi görünen bir htaccess dosyası ekleyebilirsiniz:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([aA-zZ])$ dostuff.php?username=$1
In the above, usernames are limited to the characters a-z
Subdomain kapma için yeniden yazma kuralı şöyle olacaktır:
RewriteCond %{HTTP_HOST} ^(^.*)\.mywebsite.com
RewriteRule (.*) dostuff.php?username=%1