shaddf Posted February 7, 2017 Share Posted February 7, 2017 i have this link Stottoma-BC-textiles/first-bale/-t6/-c2/ and this regex RewriteRule ^.*-([a-z]+)/-t([0-9]+)/-c([0-9]+)/?$ /index.php?Page=$1&baleId=$2&CategoryId=$3 [L] where am going wrong with the regex iam getting not found error Quote Link to comment https://forums.phpfreaks.com/topic/303129-rewrite-regex/ Share on other sites More sharing options...
requinix Posted February 7, 2017 Share Posted February 7, 2017 That URL would rewrite to /index.php?Page=bale&baleId=6&CategoryId=2If you try that yourself does it work? Quote Link to comment https://forums.phpfreaks.com/topic/303129-rewrite-regex/#findComment-1542437 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.