Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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/
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
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