• I was wondering how to get this page: https://racca.asn.au/?page_id=351 to redirect to this page: https://racca.asn.au/news-media-2

    I’ve tried changing in via HTML and it works for a second, but if I refresh the page it goes back to the 404 error.

    I’ve been told I can change it in menu navigation, however my appearance tab has disappeared.

    If anyone can help me, I would really appreciate it. I have full admin access to the site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like you have managed to change the URL for that page, but now it gives a 404 error without being redirected. So, you might add something like this possibly near the top of your root .htaccess file to catch the old link and send requests for it to the new one:

    #Redirect a single file
    Redirect /page_id=351 https://racca.asn.au/news-media-2

    https://www.hostknox.com/clients/knowledgebase/346/How-to-redirect-content.html

    Thread Starter RLoveday

    (@rloveday)

    Where do I find the .htaccess file and the link to the article wasn’t that helpful, too much jargon. Can someone please explain to me how to fix it without the jargon? I’m not tech-illiterate but I need a clearer non-jargon explanation.

    Thread Starter RLoveday

    (@rloveday)

    I noticed it has been almost a week since I asked for another response? I was wondering if anyone could please help me fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirecting one page to another’ is closed to new replies.