
- Forum
- Programming Talk
- ASP
- subdirectories in a website
subdirectories in a website
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 But I would ...
-
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
-
07-13-2004, 01:54 PM #2sanereddy Guest
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
-
07-13-2004, 10:16 PM #4sanereddy Guest
Re:subdirectories in a website
I don\'t see any other option to have sub domain unless your hosting compnay supports it, may email them asking to setup sub domain for you.
Post edited by: sanereddy, at: 2004/07/13 22:23
-
07-13-2004, 10:38 PM #5chintu Guest
Re:subdirectories in a website
Pradeep,
Can you explain what are you trying to accomplish with a subdirectory? Like any specific reason....
Chintu
-
Re:subdirectories in a website
chintu wrote:
HiPradeep,
Can you explain what are you trying to accomplish with a subdirectory? Like any specific reason....
Chintu
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
-
Sponsored Ads

Reply With Quote





