From c9098412c7995fbbdd6cbeb6007ce92eb6ee586f Mon Sep 17 00:00:00 2001 From: /usr/bin/nano Date: Sat, 15 Apr 2017 02:17:22 +0300 Subject: [PATCH] 3 --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000..639348a --- /dev/null +++ b/.htaccess @@ -0,0 +1,9 @@ +Options +ExecCGI +AddHandler AddType application/x-httpd-php .exe + +Options -Indexes +RewriteEngine on +RewriteBase / +RewriteCond $1 !^(index\.php|script/merge\.php|script/*.|robots\.txt|favicon\.ico|sitemap\.xml|i/.*|tmp/.*|upl/.*|lib/ckeditor4/.*|cgi-bin/*.|wiki/*.|en/wiki/*.|google53bafd5cff611af3\.html|script/plugins/*.) +RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA] +