.htaccess & Mod_Rewrite

Posted by Francesc on Server Fault See other posts from Server Fault or by Francesc
Published on 2010-04-26T08:25:23Z Indexed on 2010/04/26 8:33 UTC
Read the original article Hit count: 192

Filed under:
|
|

Hi, I'm creating a website. I have this code in the .htaccess file:
RewriteEngine On
RewriteRule ^/([0-9][0-9])/$ /redirect.php?id=$1
But when I go to, for example /ASEi it says 404 Not Found What's the problem?

© Server Fault or respective owner

Related posts about apache

Related posts about .htaccess