2
Guys, I have the following problem, I have an administrative area where can be registered page redirects, and these redirects are saved in the bank, currently I redirect via PHP, but I would like to proceed to make this redirection via htaccess. So what I’m doing is I’m creating a file called .htaccess2 at the root of my site with these rules that are registered in the database, whenever you make a change or insert a new record i Gero this file again. Now my question is how do I import or include that file within mine .htaccess, something like that:
Include .htaccess2
Does anyone know any way to perform an operation in this style?
Then I would have to keep redirecting via php?
– Leonardo Patricio
That, would have to do via php.
– Diego