Results 1 to 4 of 4

Getting current url with $_SERVER["REQUEST_URI"]

This is a discussion on Getting current url with $_SERVER["REQUEST_URI"] within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi I have a custome CMS widget where I retrieve the current url with: PHP Code: $currenturl  =  $_SERVER [ ...

  1. #1
    Junior Member
    Real Name
    Fernando
    Join Date
    Sep 2008
    Posts
    4
    Liked
    0 times

    Getting current url with $_SERVER["REQUEST_URI"]

    Hi

    I have a custome CMS widget where I retrieve the current url with:
    PHP Code:
    $currenturl $_SERVER["REQUEST_URI"];
    echo 
    $currenturl 
    In the CMS it works fine and returns urls like /articles/mybluecar.html

    but when I use this code on FORUM section $currenturl returns:
    showthread.php?post=123

    How can I retrieve the SEO friendly url in the forum section? is this not ok:
    PHP Code:
    $currenturl $_SERVER["REQUEST_URI"]; 
    ?

    please help.
    thanks

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    please try using this instead: $_SERVER['VBSEO_URI']

  3. #3
    Junior Member AdamCapriola's Avatar
    Real Name
    Adam
    Join Date
    Nov 2010
    Posts
    12
    Liked
    0 times
    How does this code work? Can you put it straight into a template or does something special need to be done? I tried putting it in my header template but it just outputs $_SERVER['VBSEO_URI'] and not the URL.

    Thanks,

    Adam

  4. #4
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello Adam,

    That PHP code just works within custom php scripts, plugins or areas that allows direct php injection.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Similar Threads

  1. Replies: 5
    Last Post: 03-26-2008, 08:41 PM
  2. Replies: 7
    Last Post: 04-28-2007, 04:11 AM
  3. Replies: 5
    Last Post: 09-09-2006, 04:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •