php - How to Use Zend framework 2 to redirect a list of old URL to new controller/actions with 301 status -
i have list of 301 redirect used use on .htaccess ( no zend framework 2 ) in example below:
redirect 301 /boas-praticas-de-laboratorio /curso/boas-praticas-de-laboratorio redirect 301 /autorizacoes-licencas-funcionamento /curso/autorizacao-de-funcionamento redirect 301 /automacao-em-laboratorios /curso/automacao-em-laboratorios but on zend framework 2 application doesn't works good. how can make list of redirect 301 on zend framework 2?
thanks.
Comments
Post a Comment