.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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -