I am using rel alternate attributes on my Main site, UK site and Australia site, but it won't work on my mobile site because i need to remove the /mobile from the line,
My Mobile directory is: www.URL.com/mobile/
When i put in this code:
<link rel="alternate" href="http://www.URL.co.uk<?php echo parse_url($_SERVER['REQUEST_URI'],PHP_URL_PATH); ?>" hreflang="en-uk" />
It shows as www.URL.co.uk/mobile/category-honda.html I need it to show www.URL.co.uk/category-honda.html
How to remove
/mobile
Any help Thanks