Jump to content

Dynamic URLs


bcoffin

Recommended Posts

I'm building an intranet for my company and want to be able to give my coworkers (there are about 150) the ability to create their own news/photos pages. I took a look at MySpace and certainly don't want anything that complicated but was wondering how they do the dynamic URLs part..

ie: if my site lives at:
http://intranet/

how do I configure my web server (or better yet, just the PHP code), so that if an employee does create his own page, then I can use:

http://intranet/alan
http://intranet/betty
http://intranet/charlie

and have that URL actually resolve instead of say "Page Not Found"

I'd rather not create all these web directories one by one, or even have the php create them and copy the necessary scripts into the folders. Is there a way to use apache look-back, or php $_SERVER global to just place the script in the webroot and grab these values?

Thanks all,

benny
Link to comment
https://forums.phpfreaks.com/topic/20417-dynamic-urls/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.