Turn on optimization. Fix miss image.

This commit is contained in:
Oleg Sh
2024-07-31 22:28:47 +02:00
parent db11dee78a
commit d628dcd74d
8 changed files with 4362 additions and 84 deletions

View File

@@ -6,8 +6,8 @@ RewriteEngine on
RewriteBase /
# Auto redirect to https.
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
#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]