.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
Post a Comment