Try our conversational search powered by Generative AI!

BVN Redirect Tables -where are they

Vote:
 

So we have BVN setup and working.

I just cannot find the tables that are storing the redirects we setup.

I just want to know where/how it is storing the redirects we setup.

Only table I can find is:

BVN.NotFoundRequests

#148090
May 03, 2016 20:04
Vote:
 

BVNetwork 404 handler uses the dynamic data store to store the redirects.

The project is opensource and the source is here: https://github.com/BVNetwork/404handler/

#148093
Edited, May 03, 2016 21:21
Vote:
 

Hi Bernard,

I have just been looking into the same issue and wanted to share what i found. The redirects are stored in the tblBigTable, you can retreive them using:

SELECT *
FROM [tblBigTable]
WHERE StoreName = 'BVNetwork.FileNotFound.Redirects.CustomRedirect'

in the results string2 is the url to redirect from and string1 is the new url to redirect to. Hope this helps 

Sam

#199840
Dec 13, 2018 11:59
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.