Forum: Other Web Development Languages
Apr 19th, 2006, 1:29 AM
|
|
Replies: 1
Views: 259
Writing the ModRewrite rules is the easy part,...
Writing the ModRewrite rules is the easy part, you would use something like:
RewriteRule ^/.*/[^/]+\_([0-9]+).html+$ index.php?a=1002&b=$1
the rules are ignoring the "Category" part of the string...
|