Skip to content

Maps-Messaging/maps-messaging-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

maps-messaging-site → mapsmessaging.io Redirect

This repo is a minimal GitHub Pages redirect that forwards any visits to the old project pages URL:

https://maps-messaging.github.io/maps-messaging-site/

…to the new website:

https://mapsmessaging.io/

It also preserves paths, query strings, and hashes when possible, e.g.:

/maps-messaging-site/docs/getting-started?ref=gh#install
→ https://mapsmessaging.io/docs/getting-started?ref=gh#install

How to use

  1. Create a new public repo in the maps-messaging org named maps-messaging-site (or reuse the old one but keep your main site code private elsewhere).
  2. Enable GitHub Pages for the repo (Settings → Pages → Build and deployment → Deploy from branch → main/ (root)).
  3. Commit the three files in this folder:
    • index.html (root redirect with soft refresh + JS)
    • 404.html (redirect for deep links routed by GH Pages)
    • robots.txt (discourage crawling, point to new sitemap)
  4. (Optional) If you used a custom domain before, remove any CNAME here, because this redirect is intended for the github.io address.

Notes

  • GitHub Pages does not support native cross-domain 301 responses for project pages; this uses soft redirects (HTML meta refresh + JS).
  • For true 301 redirects, configure them at your DNS/hosting/CDN layer (you’ve already moved mapsmessaging.io to MailerLite + Cloudflare).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages