# Ensuring that short hand "<?" won't start PHP parsing ...
php_flag short_open_tag off

# Turn off register_globals
php_flag register_globals 0

# Turn off magic_quotes
php_flag magic_quotes_gpc 0

RewriteEngine On
# RewriteBase /
RewriteRule ^archive/(.*)$ pivot/archive_dynamic.php?p=$1
RewriteRule ^entry/([0-9]*)/.*$ pivot/entry.php?id=$1