Pendiente de Pago
-
Hola
He estado leyendo los diferentes hilos sobre esto pero no acabo de poder dejarlo bien. Tengo Lets Encrypt y Really Simple SSL y los pedidos me los siguen marcando como Pendientes de pago. Imagino que es porque me sigue haciendo la redirección de http a https en http://ruralzombies.com/?wc-api=WC_Gateway_redsys
Mi htaccess es:
# REDIRECCION CERTIFICADO SSL REDSYS POR JOSE CONTI
RewriteEngine on
RewriteCond %{QUERY_STRING} !^wc-api=WC_Gateway_redsys
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# FIN REDIRECCION CERTIFICADO SSL REDSYS POR JOSE CONTI
# 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 WordPressY en ajustes de Simple SSL solo tengo activado “Permitir redirección 301 de .htaccess”
¿Me ayudas?
Gracias!The page I need help with: [log in to see the link]
The topic ‘Pendiente de Pago’ is closed to new replies.