Support » Fixing WordPress » HTAccess works in one instance, but not another

  • Well it would seem my Leisuredays Knowledgebase/FAQ redirects are know working fine. I used the following.

    RewriteEngine On
    RewriteBase /
    #Park Homes FAQ Rule
    RewriteRule ^park-home-insurance/faqs/$ 			http://www.leisuredays.co.uk/knowledgebase/park-home-insurance/  [R=301,L]
    RewriteRule ^park-home-insurance/faqs/(.*)$ 		http://www.leisuredays.co.uk/knowledgebase/park-home-insurance/$1  [R=301,L]

    However I am know tring to do the same on another siteCaravan Guard knowledgebase for Motorhomes but it keeps being sent off to a 404 page. Motorhome-insurance is the category in WP. If you go direct to /knowledge base it opens up.

    RewriteEngine On
    RewriteBase /
    CG KNOWLEDGEBASE FAQ Rule
    RewriteRule ^touring-caravan-insurance/faqs/$ 		http://www.caravanguard.co.uk/knowledgebase/touring-caravan-insurance/  	[R=301,L]
    RewriteRule ^touring-caravan-insurance/faqs/(.*)$ 	http://www.caravanguard.co.uk/knowledgebase/touring-caravan-insurance/$1  	[R=301,L]

    Any help would be appreciated. I am using the same HTaccess format at the site that works, so I am not sure why it is not working.

    Cheers..

  • The topic ‘HTAccess works in one instance, but not another’ is closed to new replies.