Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18

Thread: Please, explain me

  1. #16
    Registered intelliot's Avatar
    Join Date
    Jul 2004
    Posts
    309
    Quote Originally Posted by Emancipator
    You sure google gets hung up on ids?
    You're right, it does not anymore.

    however, there are other SE's out there - why take the chance if you don't have to.
    Elliot Lee
    Google Forums - Community for Google Fans!

  2. #17
    Registered pierrebenoit's Avatar
    Join Date
    Jul 2004
    Posts
    56

    still need help- Is mod-rewrite important here

    Thanks for your help.

    I changed all id= to item= in the script. I would like to use .htaccess but need help because the variable is a combinaison of numbers and letters.

    Some url I want to rewrite:
    http://personal-advisor.cyber-boutik...=411be29c76efe
    http://personal-advisor.cyber-boutik...=4117e43021452

    I want something like:
    http://personal-advisor.cyber-boutik.../411be29c76efe
    http://personal-advisor.cyber-boutik.../4117e43021452

    But not really sure if I need that to get indexed by search engine

    So I wrote this in .htaccess:
    ================================================== ==
    RewriteEngine On
    RewriteRule ^item/([A-Za-z]+)$ index.php?item=$1
    ================================================== ==

    Any advice?
    Affiliate Websites: 1 |2|3|

  3. #18
    Registered intelliot's Avatar
    Join Date
    Jul 2004
    Posts
    309
    Since you have index.php in the URLs you want, there is no need to bother with .htaccess at all. Your PHP script just needs to be modified, and I believe there is an article on websitepublisher that can help.

    If you wish to remove the .php, look into using ForceType application/x-httpd-php
    Elliot Lee
    Google Forums - Community for Google Fans!

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
  •