Hello.
Please help: Win2k, Apache 1.3.33, Mysql, PHP 4.3.3
Trying to use mod_rewrite for query stringed URLS, mod_rewrite works for
/mo/ > mo.php
trying to get
/blog/1/ to blog.php?id=1
Here is my code:
RewriteRule /blog/([0-9])/$ /blog.php?id=$1
Getting 404 when clicking link. Please help me!