Double Domain
-
Inside this page .. plugins/multiple-domain/multiple-domain.php there is a line like this
echo ‘<link rel=”alternate” hreflang=”x-default” href=”‘.$this->originalDomain.$_SERVER[‘REQUEST_URI’].'”/>’
That returns a value like this
https://www.digitalchalk.com/www.digitalchalk.com/
I fixed it by editing the line to be this
echo ‘<link rel=”alternate” hreflang=”x-default” href=”‘.$this->$_SERVER[‘REQUEST_URI’].'”/>
Not sure if this is the correct way to handle this, any idea? Could something else be the main problem? Anyone else have this problem?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Double Domain’ is closed to new replies.