how can i generate the url like foldername.url

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
B.Murali Krishna
Forum Commoner
Posts: 28
Joined: Fri May 12, 2006 2:05 am
Location: Hyderabad,India
Contact:

how can i generate the url like foldername.url

Post by B.Murali Krishna »

hi,
i have a problem , that
how can i generate the url like foldername.url

each time when i click on the folder it will display the url like

foldername.url like that

for example:
in this devnetwork.net this is the site name

regarding forum it was showing like this : forums.devnetwork.net

like that i too show my url which folder i click on

please help me

regards Murali
Programmer
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

It's a subdomain - how (or if) you do it will depend on your hosts most likely. Once you've got a subdomain set up then you can map it to any folder you want.

Mac
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Generally, however, you won't be able to automatically map subdomains (like deviantART) on shared hosting.
Post Reply