HTacess

Discussion in 'Programming' started by weasel, Jun 11, 2007.

  1. #1
    RewriteEngine On
    php_flag register_globals on

    NonwriteRule ^admin/([a-z0-9]+)\.([a-z0-9]+)$ admin/index.php?mod=$1&sub=$2 [QSA,L]
    NonwriteRule ^(external|images|thumbs)/(.+)$ $1/$2 [QSA,L]
    nonwriteRule ^([a-z0-9]+)$ index.php?mod=$1 [QSA]
    nonwriteRule ^([a-z0-9]+)/([\sA-Za-z0-9_-]+)$ index.php?mod=$1&sub=$2 [QSA]
    nonwriteRule ^profile/([\s\.A-Za-z0-9_-]+)$ index.php?mod=profile&sub=$1 [QSA]


    HI guys i need a fix for my site asap www.playgamez.org for some reason it wont let me clcik on anything with out getting a error

    cheers Anthony

    or if that correct what going wrong thanks Aagain

    anthony
     
    weasel, Jun 11, 2007 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    Unable to access your website. What error do you get when you try to click a link?
     
    it career, Jun 12, 2007 IP
  3. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #3
    NonwriteRule?

    You do mean RewriteRule right?
     
    krt, Jun 12, 2007 IP