Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-11-2008, 11:24 AM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default Zend reroute subdomain

I got a question is it possible to use Zends rerouter to reroute from

http://anto.example.com

to http://example.com/profile/index/username/anto ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-02-2008, 04:50 PM
Junior Member
 
Join Date: May 2008
Posts: 4
Default

Did you ever figure out a way to do this?

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-04-2008, 05:35 AM
Junior Member
 
Join Date: Jun 2008
Posts: 18
Default

I dont know if there is a way with the zend framework to do this, so could someone please advise if there is.


If I was just taking a proceedural approach,

First you would make sure that you have a wildcard for your domain.

*.mydomain.com all points to 10.0.0.1

Next, you use $ SERVER variable to grab the URL. I can't remember what the variable is, but I have done it before. Its HOST something.

Anyway, once you isolate your domain, simple REGEX will grab the subdomain, and then an easy 301 redirect to the /path/to/page works a charm.

Now if anyone knows a way in ZF to do this, it would save me some problems for a future project.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-04-2008, 06:20 PM
Junior Member
 
Join Date: Mar 2008
Posts: 26
Default

there is no such feauture in ZF, however you can extend functionality of Zend_Controller_Router, check out here: Nabble - Zend Framework - map domain name to module
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:23 AM.