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: 208

Filed under:
|

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 Links

RewriteRule ^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

Related posts about .htaccess

Related posts about joomla