Joomla .htaccess problem
        Posted  
        
            by Tobias
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tobias
        
        
        
        Published on 2010-05-17T22:21:16Z
        Indexed on 
            2010/05/17
            23:20 UTC
        
        
        Read the original article
        Hit count: 269
        
I am trying to rewrite from mysite.com/pokerbono/xyz to mysite.com/pokerbono.php?id=XYZ Here is the code I added in the .htaccess:
#### Affiliate LinksRewriteRule ^pokerbono/([a-zA-Z0-9_-]+)$ pokerbono.php?id=$1 [L]
What is wrong with this rule? I tried like 100 variations and always receive a 404.
© Stack Overflow or respective owner