• Having a hard time with a RewriteRule and wordpress. It works on a normal site. I added this to the .htaccess file along with all the rewrites that wordpress has included

    This works:

    RewriteRule ^test/([0-9][0-9])/$ /test?test_id=$1

    Thid does not:

    RewriteRule ^test/([0-9][0-9])/([0-9])$ /test?test_id=$1$name=$2

    It works on a normal site, but something with the second forward slash is not working…

    Does anyone know how to make custom rewrites with wordpress…and WPMU?
    `

  • The topic ‘.htaccess question’ is closed to new replies.