php - htaccess redirect based on specific keyword -


i need redirect below url based on "index/1992" keyword.

http://www.goldcoasttouristparks.com.au/burleighbeach-parkhome/obookings3/search/index/1992/1?a=&d=&ad=adults&c=children&i=infants

to redirect http://www.goldcoasttouristparks.com.au/burleighbeach-parkhome/

put below htaccess rule @ below of .htaccess file if else create new .htacees file

rewriterule (index/1992) /burleighbeach-parkhome/ [r,301,l] 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -