WP 4.4 – Redirecting twice site url
-
Hello,
With new update for WP 4.4. I get in some trouble with URL redirection.Got set:
define(‘WP_HOME’,’http://sub.site.cz’);
define(‘WP_SITEURL’,’http://sub.site.cz’);Frontend works correct, but in administration Im recieving redirects problem, when trying to enter for example Post -> New post its redirecting me to subfolder like:
http://sub.site.cz/sub.site.cz/wp-admin/post-new.php
(with site url doubled :/)If anybody can help , I will be really glad.. because I ´ve already tried everything..
-
Btw.: already checked directly in db -> ‘wp_options’ -> ‘home’ and ‘site_url’ .. both are correct “http://sub.site.cz”
- The topic ‘WP 4.4 – Redirecting twice site url’ is closed to new replies.