php - Need assistance with regards to htaccess -


मैं इस url को परिवर्तित करना चाहता हूं:

  http://something.com/FLSD / डीएसएस /? डी = 624   

इसमें:

  http://something.com/FLSD/DSS/624/  < / Pre> 

मैं यह कैसे करूँ?

यह काम करना चाहिए: < पूर्व> RewriteEngine पर पुनर्लेखन% {THE_REQUEST} ^ (प्राप्त करें | POST) \ / FLSD / DSS / \? D = ([0- 9] +) \ HTTP पुनर्लेखन नियम / / FLSD / DSS /% 2 \? [आर = 301, एल] आरईआरडीआरयूआरएलई = एफएलएसडी / डीएसएस / ([0- 9] +) /? $ / एफएलएसडी / डीएसएस /? डी = $ 1 [एल] <पी> http://something.com/FLSD/DSS/?d=624 में http://something.com/FLSD/DSS/624/ < / div>

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -