Jump to content

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
https://forums.phpfreaks.com/topic/303153-extract-only-part-of-a-long-url/
Share on other sites

And “adventure_details” is what? The name of the script? A virtual filename? Be more specific. Ideally, post a full example URL.

 

I definitely don't recommend simply searching the entire URL for the string, because this completely ignores the structure of URLs and can lead to false positives.

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.