I fixed it. This behaviour was due to a redirect loop from “home” to “home”.
Adding the following line to wp-setting.php dit it for me. Sadly this is only a workaround. Maybe someone can hint me to a better fix.
remove_action(‘template_redirect’, ‘redirect_canonical’);
Related Posts:
- Putting my site live
- Publishing WordPress from stage to production server
- Cannot access WordPress website from external IP while internally it is working properly [closed]
- Proper way to have multiple installs with a single database
- How to stage a redesigned site on a new webhost while the original site is still live? [closed]
- Plesk login inaccessible after changing site URL
- What’s the difference between home_url() and site_url()
- Best practice for versioning wp-config.php?
- Switching MultiSite installation from HTTP to HTTPS
- Password in wp-config. Dangerous?
- What’s the difference between WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT?
- Turn Off Automatic Trash Deletion?
- Getting the Site URL Including the Front Base
- How can I change preview URL?
- Override the wp_siteurl and wp_home not work
- Changing WP_CONTENT_DIR and WP_CONTENT_URL in wp-config.php does not register?
- Missing a temporary folder despite settings in wp-config.php
- How to use live images on local install?
- Difference between bloginfo(‘home’) and home_url() and site_url()
- Syntax of FS_CHMOD_DIR and FS_CHMOD_FILE
- WordPress PHP error handling and reporting in production environment
- Declaratively Configuring WordPress in XML or JSON or YAML
- How to remove “http://” When Echoing URL?
- WP_MEMORY_LIMIT didn’t work in wp-config
- Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)
- How to set ipv6 address as siteurl?
- How to set up gmail SMTP in WordPress
- error:-Cannot modify header information – headers already sent by
- Changing HTTP URL Port
- wp-config.php file permissions
- How to update WordPress from the latest trunk
- how to use is_admin in wp-config.php
- Locked out of WordPress Site Admin after enabling Force SSL on WordPress Https (SSL)
- Set wp-content folder to Dropbox folder
- Why does WordPress rely on an fully qualified site_url with a 15-step plan for moving a site?
- Including a 3rd party library in WordPress which needs to be accessible by wp-config
- wp-config.php being deleted
- What is the purpose of storing `siteurl` in database?
- Get WP CLI to hide debug warnings and notices in JSON output, same setting as website
- Installation Issue WordPress locally – The file ‘wp-config.php’ already exists
- What is this file: wp-config-wpe.php?
- Remove site root trailing slash
- Headless WordPress – Issue with plugin path
- Remove / from www.example.com/ [closed]
- I don’t see site_url and home_url fields in wp_options table (phpMyAdmin)?
- enable SFTP via SSH keys in wordpress
- html lang=”” instead of lang=”en-us” – why?
- Why do I get a WAMP homepage when clicking on specific website’s URL on LocalHost?
- Creating the wp-config.php file manually
- What Does this Code Snippet Do?
- WP_Debug not displaying anything
- How to retrieve TLD domain for the current website?
- Can I delete `wp-config-sample.php` after installing and configuring WordPress?
- When clicking on “home” page from any other page, it goes to IP address and my website doesn’t load
- How to reliably set file/folder permissions?
- Multiple wp-config.php files in one home directory
- Not Found (404) error on admin page, CSS gone on blog
- Why edits to wp-config.php must come before “That’s all” comment
- error log cluttered with undefined DB_USER wp-admin/setup-config.php
- Adding subdomain to home_url for “add_menu_page”
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- Is it possible to override the ABSPATH constant
- How to stop fatal error when loading theme template file directly
- Force WordPress to load from site’s hostname
- Should I change wp-config for SSL?
- WordPress site isn’t reachable after site & home URL modification
- Out of memory errors : how best to track them down
- wp_options siteurl and home hardcoded?
- Unable to load WordPress local site after changing WordPress Address (URL) and Site Address (URL)
- Redefine cookie domain for subdomains
- multiple language directories
- get_template_directory_uri not dependent on WP_HOME in wp-config.php?
- Error in database connection [closed]
- Update wp-config.php and lost pages
- blog url redirecting
- Conflict with wp_homeurl, wp_siteurl and admin interface settings
- error messages in dashboard login
- where should I write constants in wordpress?
- Issues copying site into local machine
- Autosave interval remains default despite wp-config.php defines
- Carriage Return control character (^M) found in wp-config-sample.php
- Are the wordpress settings (abspath, disable core updates) added by SiteGround of any use after I’ve migrated to a different host?
- Need help fixing my wp-config file [closed]
- Why was my new WordPress installation’s config page publicly viewable when first installed?
- WP_MEMORY_LIMIT didn’t work in wp-config, only within default-constants.php
- Cookie set without HttpOnly flag
- Changing the wp-config.php broke the site
- Redirect htaccess [closed]
- Define option outside wp-config.php (on WordPress.com)
- Showing my server ip in source code for several links not for all links
- Site lost all formatting when I attempted to migrate to Bluehost [closed]
- Moving wp-config.php one level up – 500 error – Nginx [closed]
- How can I configure an SMTP Server?
- What should index.php contain on Synology NAS to get external access to WordPress to work?
- Remote server does not read `WP_HOME` from wp-config.php when local server does
- IP addresses to block to stop WP auto-update?
- Concerns over wp-config file [closed]
- Site Address and WordPress Address settings when using a load balancer
- Not showing old migrated content in website
- How to rename the wp-config.php file once under version control?