php_value magic_quotes_gpc off

<Files ~ "\.(php|config|htaccess)$">
  order allow,deny
  deny from all
</Files>

<Files ~ "(index|register|login).(php)$">
  order allow,deny
  allow from all
</Files>
