View Single Post
Old 01-18-2008, 02:00 AM  
cezam
Confirmed User
 
Join Date: Jun 2003
Location: CZ, EU
Posts: 1,363
Ok you need to do this:

Modify your script so that it takes name of the download as a parameter, eg:

/downloads/?dl_name=name_of_download

then, edit your .htaccess file:

Code:
RewriteEngine On
RewriteRule downloads/?dl_name=([A-Za-z0-9_-]+)$ /downloads/$1/
This should work.
__________________
cezam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote