Thread: .htaccess ='(
View Single Post

Old 02-05-2008, 06:31 AM   #4 (permalink)
arpsmack

Advocate
 
arpsmack's Avatar
 
Join Date: Feb 2005
Posts: 330
arpsmack is a jewel in the rough
Default

This should work depending on how much regular expression support there is:
Code:
RewriteEngine on
RewriteRule www\.kcdan\.com/([a-zA-Z0-9]{5})$ www.kcdan.com/fileto.php?id=$1
            ^--------------^
I think you might be able to strip every thing in this range though...

Last edited by arpsmack : 02-05-2008 at 06:40 AM.
arpsmack 15 0FF11|\|3