ramainen/doit-cms/master/.htaccess
php_flag upload_max_filesize 55M
php_value upload_max_filesize 55M
php_value post_max_size 60M
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime off
#uncomment for majordomo hosting
#CharsetSourceEnc UTF-8
#CharsetDefault UTF-8
RewriteEngine On
RewriteBase /
RewriteRule ^index$ / [R=301,L]
RewriteRule .git - [F,L]
RewriteRule !.jpg$|.jpeg$|.xlsx?$|.pptx?$|.docx?$|.gif$|.png$|.bmp$|.jpeg$|.zip$|.tar.gz$|.swf$|.pdf$|.rar$|.js$|.css$|.ico$|^cms/external|^docs/docs.php|^cms/mod_admin/imanager|^images/|^yandex|^google|^BingSiteAuth|^wmail|^cmsmagazine|^robots.txt|^storage/(.*) index.php [L]
On Github License
Files