.htaccess: Rewrite Problem.
Posted
by Francesc
on Stack Overflow
See other posts from Stack Overflow
or by Francesc
Published on 2010-04-26T08:42:34Z
Indexed on
2010/04/26
8:43 UTC
Read the original article
Hit count: 251
.htaccess
|mod-rewrite
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?
© Stack Overflow or respective owner