.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: 211
Hi, I'm creating a website. I have this code in the .htaccess file:
RewriteEngine On
But when I go to, for example /ASEi it says 404 Not Found
What's the problem?
RewriteRule ^/([0-9][0-9])/$ /redirect.php?id=$1
© Server Fault or respective owner