andrey-boomer/IWS/master/.htaccess
Options All -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.+) RewriteCond %{HTTPS}s/%1 ^(on(s)|offs)/(.+) RewriteRule ^ http%2://%3%{REQUEST_URI} [L,R=301] </ifModule> php_value memory_limit 50M php_value post_max_size 100M php_value upload_max_filesize 50M