Hi Eric,
Might have to prefix with %{DOCUMENT_ROOT}
I've tried variations of that, including the following, but no luck. They all fail with 400 or "invalid request"
RewriteRule "/content/view/(.*)" "${lsv2ids:$1}" RewriteRule "/content/view/(.*)" "%{DOCUMENT_ROOT}${lsv2ids:$1}" [PT] RewriteRule "/content/view/(.*)" "https://linuxsecurity.com${lsv2ids:$1}" [PT] RewriteRule "/content/view/(.*)" "%{DOCUMENT_ROOT}${lsv2ids:$1}"
dave