IndexIgnore */*
# allow access to static assets, just in case.
Order Allow,Deny
Allow from all
# BEGIN EZ PayPal
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?id=1 [L]
# END EZ PayPal