graphonline/.htaccess
/usr/bin/nano c9098412c7 3
2017-04-15 02:17:22 +03:00

10 lines
367 B
ApacheConf
Executable File

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]