loolo
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINI finally got an answer from my host. Because of the https setting of my site there is a ssl/tls setup feature “30x (i.e. 301) Redirect” which forces http-requests over https. This finally answers for me the experienced behavior.
My host suggested to initiate the redirect in the client (web browser) with javascript.
I don’t know how that should work with your plug-in? Any ideas what I could try?
Thanks for your help!
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINNow the .htacess file only includes
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>I need this part otherwise my wordpress permalinks do not work any more.
Still getting redirected to https://www.ur.ch
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINI did a further test: I rewrote redirect function of of class-eafl-redirect.php to
public static function redirect() { header("Location: http://www.ur.ch"); exit(); }An I get redirected to https://www.ur.ch instead!!
Is something wrong with a wordpress setting?
Thank you so much for your help!
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINIt outputs the link as it is save in the settings of eafl. For the above example it outputs “http://www.ur.ch”.
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINI did some further testing. In the redirect function of class-eafl-redirect the correct url (so http://www.ur.ch not https://…) is passed on to wp_redirect($url, $redirect_type). So the problem happens inside the wp_redirect – function. How could i circumvent that?
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINThanks for your quick answer. I temporarily commented out the Rewrite section in the .htaccess file, but the problem still occures.
It seems, that as soon as there is an https:// in the eafl link, for example https://www.mysite.ch/go/ur-1, eafl redirects to https://www.ur.ch instead of http://www.ur.ch as saved as Link URL in the setting of the link.
Further settings are
Target: Use Default(Open in new tab)
Redirect Type: Use Default (301 Permanent)
No follow: Use Default (Add nofollow attribute)What would you try next?
Thank you very much for your help!
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINHi Brecht
Thannks for your answer. I couldn’t fix my problem yet. In the .htacess file I’am using the following rewrite rule such that my site is only accessible through https.
RewriteEngine On RewriteCond %{HTTP:SSL-HTTPS} !^true$ RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L]Might this rewriting be the cause, that all the eafl-links includign http are redirected to https? How could I solve my problem?
Thanks a lot for your help!
Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINNo, the correct link is http://www.ur.ch and it is also the link that is specified in eafl.
How does your plug-in do the redirection? Via java-script? Where can I find the code?Forum: Plugins
In reply to: [Easy Affiliate Links] SSL_ERROR_BAD_CERT_DOMAINMy site was running under http://www.my-domain.com now it runs under https://www.my-domain.com.
The links that I manage with your plugin did not change.If I now click on an eafl-link on my site that points to an http-url i.e. http://www.ur.ch then it is redirected to https://www.ur.ch, which does not exist and therefore produces an ugly SSL_ERROR_BAD_CERT_DOMAIN.
All eafl-links that point to an https-url work fine.
Thanks for your help!
Forum: Plugins
In reply to: [Easy Affiliate Links] internal redirectThanks for your Answer. Yes, that is what I meant. I am already using your plugin to manage links to external sources. Do you know if I could use your plugin in combination with the Simple Redirect plug-in? Or do they get in each other’s way?
Forum: Plugins
In reply to: [Easy Affiliate Links] Migration to new URL | Export/Import Links?Ok. I will give it a try. Thanks for your quick reply!
Forum: Plugins
In reply to: [Post Content Shortcodes] short-code inside post is filterd outI found out what to do, such that shortcodes inside a post are not filtered out.
In the class-post-content-shortcodes.php (l.83) you can set the default ‘shortcodes’ to true instead of false.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Link to specific tab and jump to anchorAnother problem, that is occuring now and then, is that the page does not reload when clicking an internal link in the glossary e.g. from one tab to another. Do you suggest to use the tabby link to tab plugin for more stable behavior? Actually I don’t mind that the page reloads.
Thank you very much for your help!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Link to specific tab and jump to anchorThe content of my glossary grew heavily in the meantime and now jumping to an anchor does not hit the specific text area anymore. I am always landing to far down the page. So far, I could not identify a fixed offeset or another pattern.
What am I doing wrong?Testpage with Links to the glossary:
http://www.energiewende.ebp.ch/testseite-links-zu-glossar/
Glossary page (using tabby):
http://www.energiewende.ebp.ch/testglossar/Thanks a lot for your help!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Link to specific tab and jump to anchorThis format works! Excellent!!
Thank you very much for your help!