.htaccess fix for a pretty permalink in PHP? -
Maybe I'm going wrong about this, but there are some pages in my house CMS that I want to change Currently, their page URLs pay attention to the use of beautiful permalinks:
I want to convert them to:
< / P>
I have a column DB for permalinks, that when the article is created, automatically converts the title into a permalink The.
How do I write the rewrite rule to complete it? Is this the best way to accomplish this?
If there is nothing in the query string then you can come to QSA
:
Rewrite rules / (. +) Article /? Permalink = $ 1 [QSA, L, B]
Comments
Post a Comment