I'm trying to convert to IIRF, but it's just not working. The IIRF documentation is not very helpful.
Original code:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_\-\/]+)$ ?g=$1 [L]
I tried adding slashes, but that doesn't seem to help.