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 -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -