Hello,

I'm running Drupal 5.3 for my site, MyiStop.com, with latest release of Pathauto module. I have users page as users/username.

BUT...

Now, I have enabled Wildcard sub-domains in both DNS and Apache configuration. Now, username.myistop.com gets re-directed to myistop.com/users/username. My site is displaying user profiles as users/username. I want to change the display as username.myistop.com

How can I do that? Please help me.

Thanks in advance.

R. Kaja Mohideen
Myistop.com

Comments

mrbert’s picture

Have you taken the time to carefully read through the pathauto page?
http://drupal.org/project/pathauto/

Ghana Real Estate | Ghana Website Design | http://www.voacanga-africana.com.gh/sheabutter/">Bulk Shea Butter

kajamohideen’s picture

O.. Oh!!! I know about Pathauto Module's functionality. It just add alias for nodes that can be used for easy remembrance and SE friendly URLs.

My question is NOT about pathauto, but about the Drupal Project itself. When pathauto adds an alias to a node, a link to that particular node is automatically generated using the alias URL i.e., l("My account","user/" . $user->uid); generates a link using the alias generated by Pathauto. I want a small change in this system, I just want to have my option of URL here. I want to have username.mydomain.com for users alone..

Any ideas???

R. Kaja Mohideen