03-27-2017, 09:14 AM
Good day
I am quite new to userspice. I would like to be able to allow all dynamically generated pages without having to add them to the database after identifying them.
I am using the CodeIgniter framework, which creates new "pages" for each item in a dynamic list. For example /users/1, /users/2, /users/3 will represent a different user that is being viewed. The list of users can be infinitely long, therefore I do not want to add all the possible options to the database. I would only like to allow everything "under" /users. Something like /users/*
Any help would be appreciated.
Kind regards
Jakes
I am quite new to userspice. I would like to be able to allow all dynamically generated pages without having to add them to the database after identifying them.
I am using the CodeIgniter framework, which creates new "pages" for each item in a dynamic list. For example /users/1, /users/2, /users/3 will represent a different user that is being viewed. The list of users can be infinitely long, therefore I do not want to add all the possible options to the database. I would only like to allow everything "under" /users. Something like /users/*
Any help would be appreciated.
Kind regards
Jakes