Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.2 KB

Create free 301 redirects for your websites using nuxt-mongodb to store them in a free mongodb collection.

Why?

  • 100% free, no login required
  • 💸 No need to host a server
  • 🤖 Great for SEO

Over the years I've acquired many websites and 301 redirected them to another website. Each time this requires setting up a server to host a simple redirect server to point the traffic somewhere else.

This means for each website I want to redirect, I need to host a server, which costs money.

This tool will do the redirect for you.

All you do is add a CNAME record in your domain registrar pointing to the subdomain you choose, and we'll automatically 301 redirect it for you.

No need to host anything, and it's completely free!

Usage

Clone the repo to your local:

git clone https://github.com/timb-103/301-redirect.git

Add your mongo connection string and main database name in your .env file:

MONGO_CONNECTION_STRING=
MONGO_DB=

Start your project

npm run dev