flipper242
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Thanks for the quick response. Everything works well.
FYI: After the update, the API key was gone requiring you to enter it again.Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Consent-Box not removable….. okay my fault in the custom css
- This reply was modified 5 years, 10 months ago by flipper242.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] GZIP Compression ProblemsNe ist ein Fehler von gtmetrix. Der Response Header sagt, daß es gzip ist und giftofspeed auch.
No it is a failure of gtmetrix. The response header says gzip and giftofspeed too
Sorry
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Redirect not workingHi test it without the requested uri
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Redirect not workingForce ssl
Htaccess:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Or a littlebit different and with wp standard htaccess
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress- This reply was modified 6 years, 11 months ago by flipper242.
- This reply was modified 6 years, 11 months ago by flipper242.
- This reply was modified 6 years, 11 months ago by flipper242.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not working after update WP & PluginDu hast Post
I have had the same problem 20 minutes ago and i solve it.
My Problem was php4 with php5 it works.
Viewing 7 replies - 1 through 7 (of 7 total)