# # Local apache configuration. # Allows the use of simple looking url's on a complex, database-driven site. # # Author: Daniel Brandauer # Email: daniel@heiseysoft.com # Version: 1.0 # Modified: 2004-10-17 # RewriteEngine on RewriteBase /weidner/ RewriteRule (.*)/lang/(.*) $1&lang=$2 RewriteRule ^request/(.*) index\.php\?request=$1 RewriteRule news/(.*) index\.php\?request=news&newsitem=$1 RewriteRule ^$ index\.php\?request=home