Jump to content

Extract only part of a long URL


oracle765

Recommended Posts

Hi professionals

 

I am implementing an hreflang tag for a number of seperate websites

 

I do not want to show the hreflang tags if one of the pages is = adventure_details trouble is when i am requesting the url it says adventure_details?andthenalongurl

 

So i only want to extract the adventure_details part of the url

 

the code i have so for is

 

case strpos($AUurl,$adventure_list_details) !== false: //This is = to adventure_details in a seperate piece of code in my file
case strpos($AUurl,$residential_energy_details) !== false:
define('RELCANONICALAU','<link rel="canonical" href="https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']. '" />');
define('FULL_UK_PAGE','');
define('FULL_AU_PAGE','');
define('FULL_NZ_PAGE','');
      break;
 
I am totally lost what to do
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.