Using mod-Rewrite with 5 pages (wildcard sub-domain)
问题 Let's say I got 5 pages ( index.php , about.php , portfolio.php , gallery.php , contact.php ). Let's say the id is 1 . The original url is : www.domain.com/folder/index.php?id=1 , www.domain.com/folder/about.php?id=1 and so on... Now, I want to change it to : 1.domain.com/index , 1.domain.com/about , 1.domain.com/portfolio , 1.domain.com/gallery , 1.domain.com/contact Is it possible with mod-rewrite ? And if I'm in the index.php page, whats the <a href="" > that goes to about.php if the mod