0 Members and 1 Guest are viewing this topic.
## Disallow access to rogue PHP files throughout the site, unless they are explicitly allowedRewriteCond %{REQUEST_FILENAME} (\.php)$RewriteCond %{REQUEST_FILENAME} !(/index[23]?\.php)$RewriteCond %{REQUEST_FILENAME} -fRewriteRule (.*\.php)$ - [F]