I have this rule in my .htaccess:
RewriteRule ^build_system/([^/]+)/([^/]+)/([^/]+)/?$ /po_systems/build_system.php?business_id=$1&system_id=$2&quantity=$3
这对这个时代大有好处:
http://somesite.com/po_systems/build_system/60/495C31/1
但现在,我需要任择的第四版<代码>。 本条细则的变量:_$_GET
http://somesite.com/po_systems/build_system/60/495C31/1/2
$_GET[ step ] // 2
But I also need the rule to work if there is no 4th Get
variable. So basically I need both 3 and 4 Get
variables to work, making the 4th optional.