diff --git a/php/.htaccess b/php/.htaccess new file mode 100644 index 0000000..6e1cbc7 --- /dev/null +++ b/php/.htaccess @@ -0,0 +1,12 @@ +RewriteEngine On + +RewriteRule ^.tmp/ - [F] + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ index.php [QSA,L] + + +Order allow,deny +Deny from all +