Stripe

Votre règlement 10507
Don 10536
Cotisation couple 10506
Cotisation individuelle 10509

.htaccess et wp-config

# BEGIN Redirect HTTP to HTTPS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://unidivers-asso.fr/$1 [R=301,L]
</IfModule>
# END Redirect HTTP to HTTPS

Options -Indexes

define (‘FORCE_SSL_ADMIN’ , true);
/** Définir l’URL par défaut */
define(‘WP_HOME’, ‘https://wpchannel.com’);
define(‘WP_SITEURL’, ‘https://wpchannel.com’);