fable03
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainI found the solution, change
<VirtualHost *:80>
to
<VirtualHost sitename.com:80>
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainHi, the problem comes from a vhost https redirection. Can your module be responsible for this? If you have any idea about the resolution of this problem I will be grateful to you, thanks you.
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainI disable all ssl configurations of this site (URL passed from https to http via phpmyadmin, vhost 443 removed and delete new htacess content) but the problem persists.
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainHowever, this certificate problem occurred just after enabling the configuration of your module. I do not want to disable ssl, my site is configured to use only ssl. If i do it will beackdown. I know that my certificates let’s encrypt are correct. Thank you for your reply
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainUnfortunately no, my website continues to use the wrong certificate. Your module has crashed the ssl configuration of my cuzcoanimatronics site for the parallaxpictures site. My hostname is cuzcoanimatronics.fr , maybe that it comes into conflict?
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert Domaincuzcoanimatronics.fr (site down)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]
</IfModule># END WordPress
Parallaxpictures (site where i use you’r module)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}</IfModule>
# 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
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainYes i already done that.
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Bad Cert DomainAh, and reset, delete, change, .htaccess files do nothing.