View Single Post
Old 01-29-2009, 03:21 AM   PM User | #1
kcfried
New to the CF scene

 
Join Date: Jan 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
kcfried is an unknown quantity at this point
Question Yet more .htaccess help requested...

Hi all. I'm very new to the non-windows side of the web development, and even newer to regex and .htaccess rewrites. I've dug through the forums, and while there's a ton of info, I'm still a little lost.

What I'm trying to do is set upa site that will route like this:

www.mysite.com/SomeName/ -rewrites to: index.php?id=abc123
www.mysite.com/anothername/ - rewrites to: index.php?id=def456

and so on - to the tun of about 60-70 unique IDs. I also have to make sure that the faux directory name is case insensitive.

Any help is appreciated. thanks in advance!
kcfried is offline   Reply With Quote