Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7523999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:57:50+00:00 2026-05-30T02:57:50+00:00

What I want to do whenever I get a 404 error on my domain,

  • 0

What I want to do whenever I get a 404 error on my domain, automatically 301 to the homepage.

I have a lot of old blog posts and such that were linked to, but I don’t have them on the blog and if anyone happens to click through from another site that they get kicked to the homepage.

How can I do this inside nginx?

 server {
        listen             12680;
        root       /home/noahc/webapps/nginx/html/noahc/;
        server_name    www.noahc.net, noahc.net;
        error_page 404 @foobar;

        location @foobar {
                rewrite  .*  / permanent;
                }
         }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T02:57:51+00:00Added an answer on May 30, 2026 at 2:57 am

    Here is the final solution that I got to work using webfaction.

    server {
            listen             12440;
            root       /some/path/here/nginx/html/noahc/;
            server_name    www.domain.net, domain.net;
            port_in_redirect off;
    
            location /{
                error_page 404 =  @foobar;
            }
    
            location @foobar {
                rewrite  .*  / permanent;
            }    
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get a fatal error LNK1104 cannot open file C:\users\user\documents\visual.obj whenever I want to
Whenever I want to get selected items I have to loop through each item
Whenever I want to get data from a plist file I use the following
I want to get Default Windows Forms Unhandled-Exception Dialog whenever my C# application encounters
Here's the scenario, I want to get Data from the Service to Activity Whenever
I have an asynctask in my fragment.Whenever i get in this fragment it loads
I have 2 blogs [http://######.blogspot.com]. In 1 blog I have some posts labelled as
For some reason whenever I want to query data from the database I get
I want to get alerted whenever I press a key. I've tried: $('body').live('keyup', function()
In my side-scroller, I want to have 3 backgrounds that keep looping. Whenever you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.