Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
Realtime
  • Datum: 20-02-2026
  • Week: 08
  • Weer:
  • Seizoen: Winter

Account Settings

Winkelwagen

De winkelwagen is nog leeg

.htacess – 301 redirect http to http

particle

# BEGIN SSL 301 Redirect RewriteCond %{HTTPS} off # First rewrite to HTTPS: # Don’t put www. here. If it is already there it will be included, if not # the subsequent rule will catch it. #RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Now, rewrite any request to the wrong domain to use www. #RewriteCond %{HTTP_HOST} !^(www). […]

Editor role tweak redirect plugin

particle

/** * Redirect plugin – tweak role rights * Give the SEO manager role the permission to use the redirect plugin. Only see and add */ add_filter( ‘redirection_role’, function( $role ) { return ‘edit_posts’; // Add your chosen capability or role here } ); add_filter( ‘redirection_capability_check’, function( $capability, $permission_name ) { if ( $permission_name === […]

Home