dynamic folder

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
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

dynamic folder

Post by rajan »

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.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

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?
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

Post by rajan »

apache web server
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

ok, you'll need to modify your httpd.conf file to add the virtual directory.
Post Reply