This is a discussion on subdirectories in a website within the ASP forums, part of the Programming Talk category; Hi all, I have created subdirectory for my website and I can access it like this.. http://mywebsite.com/subdir ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
subdirectories in a website
Hi all,
I have created subdirectory for my website and I can access it like this.. http://mywebsite.com/subdir But I would like to access it like this... http://subdir.mywebsite.com How can i get it? Thanks in advance Pradeep Post edited by: pradeep, at: 2004/07/13 11:13 |
|
|||
|
Re:subdirectories in a website
Pradeep, You need to create a sub domain and point that to the directory.
http://subdir.mywebsite.com, this sub domain root folder would be /subdir this can be accessed either http://subdir.mywebsite.com or http://mywebsite.com/subdir Hope this answers your question. thanks, sanereddy |
|
|||
|
Re:subdirectories in a website
thanks for the info..
but I don\'t have any option in my control panel (provided by web host) and in ftp site to create subdomain. How can I create subdomain? Is there any method? Thanks Pradeep |
|
|||
|
Re:subdirectories in a website
chintu wrote:
Quote:
I would like to create subdomain for my website, like when we type url.. http://mail.yahoo.com, it opens yahoo mail page. I need same functionality for my website. Thanks Pradeep |