# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-eig-php52 .php

RewriteEngine On

rewriteCond %{REQUEST_URI} !(\.|/$) 
RewriteRule (.*) /$1/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule (.*)[/(.*)]{0,1} /reserved/$1$2 [L,QSA]
