+ Reply to Thread
Results 1 to 3 of 3

Thread: Seo Friend Help

  1. #1
    Junior Member
    Points: 485, Level: 9
    Level completed: 70%, Points required for next Level: 15
    Overall activity: 20.0%
    Achievements:
    3 months registered250 Experience Points

    Join Date
    Jul 2011
    Posts
    7
    Points
    485
    Level
    9
    Downloads
    0
    Uploads
    0

    Seo Friend Help

    Hi,

    When i change SEO Friendly URL's on. The game URL seem like this. ( And i take 404 Not Found Error. )

    http://domain.com/%category%-/69/play-%gamename%

    So Can i do seo friend url like this

    http://domain.com/%gamename%


    How to configure my .htaccess and SEO Directory.

    Please help me about this problem. I'am really confuse.

    Thanks.

  2. #2
    Code Monkey
    Points: 4,025, Level: 42
    Level completed: 50%, Points required for next Level: 75
    Overall activity: 99.2%
    Achievements:
    Tagger First Class1000 Experience Points1 year registered
    Awards:
    User with most referrers
    lfhost's Avatar
    Join Date
    Jul 2010
    Posts
    313
    Points
    4,025
    Level
    42
    Downloads
    0
    Uploads
    0
    My Mood
    Bored
    Hi,

    For SEO to work, you need to make sure your .htaccess file is in tact.
    I believe you have to rename seourls.htaccess to .htaccess for it to function.

    If you still cannot get it to work with that in place, could be your host doesnt support mod rewrite, you would need to check with them.

    I wouldnt use the format http://domain.com/%gamename% the reason it is set with a prefix is so the .htaccess knows where to route the request.
    From the looks of the url structure posted, you using the ID version and not the name version.
    You can have it in the format http://domain.com/%category%-/play-%gamename% or http://domain.com/play-%gamename% as the play- prefix would still know where to route the request. You would use the rule like
    PHP Code:
    RewriteRule ^play-([_A-Za-z0-9-]+)?$        index.php?a=play&name=$1             [L
    for example in your .htaccess file.
    Thanks
    Paul
    I code for FOOOOOD
    Your coding errors make me Orgasm LOL

    Arcade Themes and Mods
    Sniperz Login with Fb and submit your GAMES.
    $5 CPM Popunders, banners and more.

  3. #3
    Junior Member
    Points: 485, Level: 9
    Level completed: 70%, Points required for next Level: 15
    Overall activity: 20.0%
    Achievements:
    3 months registered250 Experience Points

    Join Date
    Jul 2011
    Posts
    7
    Points
    485
    Level
    9
    Downloads
    0
    Uploads
    0

    Hi,

    Thank you very much for your detailed explanation. I solved the problem.

+ Reply to Thread

Tags for this Thread

Posting Permissions

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