1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Excluding URLS in mod_rewrite?

Discussion in 'Apache' started by pzelf, Aug 19, 2006.

  1. #1
    Im running a Gamessitescript site and use mod rewrite to write all php files to html files ( for SEO resons)
    Now i added a highscore system for some games ( highscore.php ) but the highscore function doesnt work with mod_rewrite enabled.

    When i disable mod_rewrite, the highscore system works like a charm.
    So i figure when i exclude highscore.php within the htaccess file, the highscores should work (?)
    This is the content of my .htaccess file:

    RewriteEngine on
    RewriteRule ^(.*)\.html$ index.php?params=$1 [L]
     
    pzelf, Aug 19, 2006 IP