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
- .htaccess Generator
- Compressing mysqldump output – mysql, gzip, bzip2 and LZMA (7z)
- Howto Secure Apache
- Howto install HipHop for PHP on Ubuntu
- Ubuntu Howto: Install Sun Java
- Howto: Office 2007 on Linux with Wine
- Linux Enterprise use in Denmark
- Howto Install Sun Java on Debian Etch
- Monitor Configuration Files
