Howto Use URL Rewriting for PHP Web Applications
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^files/(.+)/(.+).tar.gzip download.php?section=$1&file=$2 [nc]
Would allow you to present a link as:
http://site.com/files/games/bubble.tar.gzip
and in the background have that translated to..
http://site.com/download.php?section=games&file=bubble
Related posts:
- Top 10 Free Windows 7 Applications
- Ubuntu Howto: Install Sun Java
- .htaccess Generator
- Howto install HipHop for PHP on Ubuntu
- Howto Secure Apache
- iPhone Background Package
- Howto Install Sun Java on Debian Etch
- Migrate existing Ext3 filesystems to Ext4
- Howto Create Generate a Certificate Signing Request
- Howto Upgrade Joomla
