• Hi.
    I found out that the url https://www.mywebsite.com/audio shows a page that I did not design… I don’t like the design… I don’t have contect for this page… I don’t need it…
    can I safely redirect this page to my 404 page?
    Are there other pages like this that have an endpoint, a default page attached that I don’t know of yet? Or otherwise put: Which urls do I have to be aware of that wordpress creates, other than the pages or posts I have created myself?
    Thanks for helping out.
    Cheers

Viewing 1 replies (of 1 total)
  • This is a question for your themes developer. Generally speaking you will need to create a page in the wp-admin under Pages and then redirect the page to that in htaccess using code similar to this:

    Redirect 301 /audio https://www.mywebsite.com/new-page

    You can use similar code to redirect temporarily redirect it to your 404 error page while you fix the design of the audio page.

    Hope this helps. Once you find the best solution for you please tag the thread as resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘www.mywebsite.com/audio redirect to 404’ is closed to new replies.