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
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Tue Nov 22, 2005 1:15 pm
how to create dynamic folder like
http://www.domainname.co/new folder and create a file in that folder
_______________________________
livepcdoctor.com
Last edited by
rajan on Sat Dec 17, 2005 4:14 pm, edited 1 time in total.
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Tue Nov 22, 2005 2:10 pm
I assume you are trying to create virtual directory (the url provided looks as such).
if so, it depends on the web server you're using on how to do it.
what web server are you using?
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Tue Nov 22, 2005 2:39 pm
apache web server
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Tue Nov 22, 2005 4:19 pm
ok, you'll need to modify your httpd.conf file to add the virtual directory.