PDA

View Full Version : Using the URL to pass values


chrisbragg
12-11-2003, 07:00 AM
Hello

I've read a lot about how it is possible to make your dynamic CGI application crawlable by search engines by turning an URL like this:

www.something.com?ID=635

into something like this:

www.something.com/ID/635/

But my question is, what do you do to ensure that when you visit this link: www.something.com/ID/635/, you are actually calling the DirectoryIndex file in your home directory, rather than the DirectoryIndex file in the '635' directory?

Thank you,