Hi all,
I guess I'm not understanding some of the mod rewrite tutorials I've come across.
I'm trying to add more than one variable to a rewrite rule, but I'm missing something.
This works:
I'm trying to get something like this:Code:RewriteRule business/([^/]+)$ business/$1/ [L] RewriteRule business/([^/]+)/$ business.php?id=$1 [L]
However, I just get a 404 Not Found error. Could I get some assistance on this please?Code:RewriteRule business/([^/]+)$/([^/]+)$ business/$1/$2/ [L] RewriteRule business/([^/]+)/$/([^/]+)/$ business.php?id=$1&name=$2 [L]
Thanks!









Bookmarks