Results 1 to 2 of 2

Thread: SE Friendly URLS...This should work shouldn't it?

  1. #1
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755

    SE Friendly URLS...This should work shouldn't it?

    Hi all,

    I've been using search engine friendly urls for a while now, but bumped into a problem. The variables from the URL just don't seen to be displaying, I think it's a problem with my host, but then again, other sites on my account are working fine.

    I have this in one of my files:

    PHP Code:
    $var_array explode("/",$PATH_INFO); 

    $var $var_array[2];
    echo 
    $var
    Say www.example.com/cat/1/ was my url. "1" should be echoed, shouldn't it?

    It's not happening for some reason. I've added the few lines of code needed in .htaccess as well.

    Please could someone help?

    Thanks very much,
    Mike
    Don't you just love free internet games ?

  2. #2
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    Actually ignore this, I remembered that I'd posted something else on this so did a search and found:

    http://www.websitepublisher.net/foru...=friendly+urls

    Sorry
    Don't you just love free internet games ?

Similar Threads

  1. Search Engine Friendly URLs Problem
    By cameron in forum Search Engine Optimization
    Replies: 5
    Last Post: 02-24-2004, 08:43 PM
  2. Search Engine friendly urls ?
    By Dan in forum Search Engine Optimization
    Replies: 6
    Last Post: 02-11-2004, 06:26 PM
  3. Multiple SE Friendly URLS
    By incka in forum Website Programming & Databases
    Replies: 6
    Last Post: 02-07-2004, 08:44 AM
  4. IIS 4.0 + Search Engine Friendly URL's
    By Stevens in forum Website Programming & Databases
    Replies: 14
    Last Post: 02-03-2004, 08:51 PM
  5. Search Engine Friendly URLS
    By dolphin in forum Search Engine Optimization
    Replies: 8
    Last Post: 12-01-2003, 09:01 PM

Bookmarks

Posting Permissions

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