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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -