Problem with php arcade script

Discussion in 'PHP' started by lllpumaslll, Sep 16, 2007.

  1. #1
    I recently bought an arcade script and had someone installed it for me.

    This is the problem I'm having, the urls of the games on the website should be something like this (example) http://www.iceagearcade.com/game/1900/X-Raye.html

    But instead they are like this http://www.iceagearcade.com/index.php/game/1900/ and when clicked it just stays on the index page

    I've received different possible solutions. Someone told me it has to do witht the .htaccess Another said I have to manually changed the links in the html.

    Anyone know what can be the problem?
     
    lllpumaslll, Sep 16, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    You have to do both. Edit the htaccess file, and you're gonna have to edit all those links manually.

    For the start, post your current htaccess file.
     
    nico_swd, Sep 16, 2007 IP
  3. lllpumaslll

    lllpumaslll Well-Known Member

    Messages:
    346
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #3
    Current .htaccess:

    RewriteEngine on
    RewriteRule ^(.*)\.html$ index.php?params=$1 [L]
     
    lllpumaslll, Sep 16, 2007 IP
  4. tushardhoot1

    tushardhoot1 Active Member

    Messages:
    3,013
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    90
    #4
    Hold on.

    Its easier.

    Go to the admin panel and turn SEO on.
     
    tushardhoot1, Sep 16, 2007 IP