.htaccess - htaccess - 301 redirect -


मैं पुनर्निर्देशित करना चाहता हूं

  http://www.mysite.com/index Php? Channels = ब्राउज़ करें & channel_id = 1 & amp; sort = rated   

से

  http://www.mysite.com/category/cars/?  

धन्यवाद!

Div class = "post-text" itemprop = "text">

यह आपके लिए काम करना चाहिए

  RewriteCond पर पुनर्लेखन% {THE_REQUEST} ^ (प्राप्त करें | POST) \ / index \ Php \? Channels = ब्राउज़ और amp; channel_id = 1 & amp; सॉर्ट करें = रेट किए गए \ HTTP पुनर्लेखन नियम ^ / श्रेणी / कारों /? R_sortby = उच्चतम & amp; r_orderby = desc? [आर = 301, एल]   

संपादित करें:

  पुनर्लेखनकोण% {REQUEST_FILENAME}! -f पुनर्लेखन कन्वर्ट% {REQUEST_FILENAME}! -d रीवर्टकंड% {REQUEST_URI }! / श्रेणी /(.*) रीव्रेटआर्यूल ^ (। *) $ /watch.php?tag=$1 [एल]    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -