Hi,
first I checked your URLs and the target
www.victoryfort.org/truthbetold is not existing (404). So I will assume that you want to create it using ReDJ. You already bought the Enterprise version so we can create a rule with a 200 Internal redirect. But the rule should include a query lookup because I need to "trasform" the "truthbetold" into "113" and this information is not available in the source URL. So I guess you have a table with both information (e.g. the content table). Please check it and let me know, and we will build the rule you need. If you prefer, you can send me these information via email at info(at)selfget.com.
The rule will be something like:
From URL: ^/<something>/
To URL: {scheme}://{siteurl}/index.php/series-details?seriesid={id}
Request only: true (checked)
Redirect type: 200 (internal)
Placeholders:
slug={preg_match 1}/\/something\/([^\/]+)$/i{/preg_match}
id={tableselect #__content,id,alias}${slug}{/tableselect}
As you can see we will match any URL in the "pool" under /<something>/ and will redirect it (internally, onserver side) to the existing page, looking up the id from the table, using the "slug" as key. The problem is you need to add the folder <something> to your URLs, or I cannot create a rule to match the pool. Without the <something> folder, any URL will match the rule, even the one you already have and you don't need to redirect (i.e. /news, /contact, and so on). But you could use any meaningful <something> like /series.
Looking forward for your reply.
Thanks,
Luigi