• Hi there,
    I’d like to create redirects in the .htaccess file so users won’t get a 404 error after when I moved to a new website page, but I haven’t been able to get it to work correctly.

    Here’s the redirect link,

    https://www.podcasthowto.com/podcast-flipping-houses/ ----->>> https://www.podcasthowto.com/10-podcast-forex-trading/

    What I tried in the .htaccess file:

    RewriteCond %{HTTP_HOST} ^podcasthowto\.com\/10\podcast\forex\trading$

    Kindly help me out in this, thanks in advance,
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • This site provides a tool to help you generate redirect code…

    https://www.rapidtables.com/web/tools/redirect-generator.html

    301 redirect to preserve search engines rank.
    redirect script – the scripting language that is used for the redirection.

    redirect side PHP / ASP / ASP.NET script where the redirection takes place – server-side or client-side.

    old page file type the type of the old URL page that can can contain the scripting language of the redirect code.

    redirect URL or domain – does support URL redirection of a single web page or domain redirection of a whole website.Typical old URL server type – the typical software and operating system of the server.

    301 redirect support – indicates whether permanent 301 redirect status response can be returned.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect my site page in a Network’ is closed to new replies.