help with htaccess and mod rewrite

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dafonz
    Junior Member
    • Sep 2004
    • 6

    #1

    help with htaccess and mod rewrite

    As far as I can tell, I've written the htaccess file correctly, but it doesn't seem to work? Can anyone shed some light on what I'm doing wrong? Thanks

    RewriteEngine On
    RewriteRule ^tutorials/([^/]+)/([^/]+)$ /global.php?req=tutorial&tut_id=$1&page=$2
  • bburchfield
    Junior Member
    • Feb 2007
    • 8

    #2
    Looks good to me.

    Are you getting an error message or 404 or what?

    Comment

    Working...