Making ugly URLs SEO-friendly via .htaccess

Discussion in 'Search Engine Optimization' started by Letcha, Aug 31, 2010.

  1. #1
    Letcha, Aug 31, 2010 IP
  2. Letcha

    Letcha Active Member

    Messages:
    621
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    93
    #2
    No one knows?
     
    Letcha, Aug 31, 2010 IP
  3. Alan Smith

    Alan Smith Active Member

    Messages:
    1,263
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #3
    For rewriting the URL, you should create a .htaccess file in the root folder of your web directory. And have to put the following codes as your requirement.

    Options +FollowSymlinks
    RewriteEngine on
    RewriteRule

    Here RewriteRule will get changed according to your requirement.

    This is just the basic of rewriting URL, you can get more details by searching in google.
     
    Alan Smith, Sep 1, 2010 IP