friendly urls

Discussion in 'Search Engine Optimization' started by Lakis Vladimirou, Dec 3, 2011.

  1. #1
    Hello guys,

    I have the following structure of urls on my CMS

    domain dot com/index.php?link=company.php

    and i want to make them all shown as

    domain dot com/index-link-company.php.html

    So i should use the following to .htaccess file and all my urls will become friendly?

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule index-link-(.*)\.htm$ index.php?link=$1
     
    Lakis Vladimirou, Dec 3, 2011 IP
  2. digitalwebman06

    digitalwebman06 Active Member

    Messages:
    1,712
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    53
    #2
    no idea. i doubt about the process. because Index is a code i think.
     
    digitalwebman06, Dec 3, 2011 IP