Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gafriedman

    (@gafriedman)

    2nd Request. Can I get some help here?

    @gafriedman
    It is working for me ?? Have you changed anything? or maybe it is a matter of your browser cache?

    Thread Starter gafriedman

    (@gafriedman)

    Since we didn’t get any response, I had my network engineer fix it by .htaccess.

    So, I just created:
    SourceURL: /busorder
    TargetURL: https://airebeam.com/?page_id=1207

    once again getting 404

    Please advise

    Your site behaves strange way. I’m not expert in Worpress but 404 error should be handled different way. Result page should look like regular WP page but with 404 error info inside. Try it on my site Tai Chi Poznan and put anything as a slug.
    Your 404 error looks like regular message which should be intercepted by last 3 directives in .htaccess

    I had similar issues with 403 and 410 redirects and placing one line helped. Try to insert:

    ErrorDocument 404 default

    into .htaccess, preferably before RewriteEngine On directive.

    Hope it helps. Write back if it does please ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Using Redirection Plugin to redirect a vanity URL’ is closed to new replies.