Forum Moderators: phranque
Suggestions please for the apache config file to remove the /0 and return the wanted version instead.
^(num=[0-9]+)/0$
I have made this below
As written, the RewriteRule will stop to check conditions on every request ever, including requests for things like images that wouldn't normally come with a query string. Try to constrain the Rule so it only matches requests that might actually have a query--typically requests ending in either / or whatever extension you use.
using a RewriteRule directive to redirect the cgi-bin/yabb/YaBB.pl path