Directories that are dynamic

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
larrytech
Forum Commoner
Posts: 35
Joined: Thu Jun 06, 2002 8:27 am

Directories that are dynamic

Post by larrytech »

Hi,
How do people do the thing where http://www.site.com/downloads/23/451 actually goes to something like http://www.site.com/?id=downloads&no=23 etc?
Is this actually possible?
Larry
Last edited by larrytech on Fri Jun 28, 2002 1:04 pm, edited 1 time in total.
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Apache Style

Post by icesolid »

The last time I used Apache, you could set mod_rewrite to make the server mask to a certain location.

It's been awhile, so I could be wrong.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

larrytech
Forum Commoner
Posts: 35
Joined: Thu Jun 06, 2002 8:27 am

Post by larrytech »

This looks really good! I will be trying it ASAP!
Thanks,
Larry
Post Reply