View Single Post
Old 01-14-2008, 10:47 AM   #2 (permalink)
sjaq
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]

RewriteRule ^([a-z0-9]+)/([a-z0-9]+).html index.php?act=$1&sub=$2 [QSA,L,NC]
for explanation: mod_rewrite cheat-sheet [PDF]

Last edited by sjaq : 01-14-2008 at 06:49 PM. Reason: cheat-sheet added
sjaq is offline  
Reply With Quote
The Following User Says Thank You to sjaq For This Useful Post:
Alan @ CIT (01-15-2008)