mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 07:15:29 +00:00
15 lines
518 B
ApacheConf
Executable File
15 lines
518 B
ApacheConf
Executable File
#Options +ExecCGI
|
|
#AddHandler AddType application/x-httpd-php .exe
|
|
|
|
Options -Indexes
|
|
RewriteEngine on
|
|
RewriteBase /
|
|
|
|
# Auto redirect to https.
|
|
RewriteCond %{HTTPS} off
|
|
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
|
|
|
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/*.|awstats/*.|blackout/*.|sandbox/*.)
|
|
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
|
|
|