php_value include_path /work/www/rcrowley/lib:/work/www/rcrowley/conf:/work/www/rcrowley/var:/usr/share/php/smarty/libs php_value magic_quotes_gpc Off php_value error_reporting 2047 RewriteEngine On # Prevent trailing slashes RewriteRule ^(.*)/$ /$1 [R,L] # Send everything to index.php RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_URI} !-f RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]