diff --git a/.DS_Store b/.DS_Store old mode 100644 new mode 100755 index 5008ddf..4ec2d6f Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..fdb34df --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.idea +.DS_Store +composer.phar +composer.lock +vendor +site-katerinasitnikova diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000..f30eb2f --- /dev/null +++ b/.htaccess @@ -0,0 +1,63 @@ +# +# This file is part of the Monstra. +# +# (c) Romanenko Sergey / Awilum +# +# For the full copyright and license information, please view the LICENSE +# file that was distributed with this source code. +# + +# Set default charset utf-8 +AddDefaultCharset UTF-8 + +# PHP 5, Apache 1 and 2. + + php_flag magic_quotes_gpc off + php_flag magic_quotes_sybase off + php_flag register_globals off + + + + RewriteEngine on + + ## Begin - Rewrite rules to block out some common exploits. + # If you experience problems on your site block out the operations listed below + # This attempts to block the most common type of exploit `attempts` to Monstra + # + # Block out any script trying to base64_encode data within the URL. + RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] + # Block out any script that includes a + +