Zend framework reoute subdomains

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anto91
Forum Commoner
Posts: 58
Joined: Mon Mar 10, 2008 10:59 am
Location: Sweden

Zend framework reoute subdomains

Post by anto91 »

Well as the title says, is it possible with the build in zend rerouteing to create rules for subdomains.

since im creating a blogg for me and a bunch of freinds, i want them and myself to be able to access it using subdomains.

Example anto.blogger.com

Should reroute to

Controller = News
Action = index
user = anto
Post Reply