.htaccess - Htaccess rewrite clean categories & articles -


मेरे पास ऐसा यूआरएल है जो इस तरह दिखता है: example.com/index.php?p=blog&category=blog&article = ब्लॉग-परीक्षण

लेकिन मैं इसे देखना चाहता हूं: example.com/blog/blog/blog-test

मैं इसे कैसे करने में सक्षम हो सकता हूं htaccess

आप .htaccess का उपयोग कर सकते हैं:

  RewriteRineReRiteRule ^ (। +?) / (। +?) / (। +) $ Index.php? P = $ 1 और श्रेणी = $ 2 & amp; आलेख = $ 3 [एल]  
< / html>

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

list Class in C++ -