.htaccess - Adding flags to rewrite rules -


the syntax need use whatever version of php/apache/whatever installed on server allow .htaccess rewrite rules work looks this:

redirect 301 "/birthcare" /hospital-services/women-childrens-health/childbirth-center/ 

how can add flags such [l] last , [nc] case insensitive syntax.

thank you.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -