Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Created March 29, 2019 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fu-sen/4b7b6bee45a45368ec649cebfed94ff0 to your computer and use it in GitHub Desktop.
Save fu-sen/4b7b6bee45a45368ec649cebfed94ff0 to your computer and use it in GitHub Desktop.
301 forward / redirect from your-custom-domain.example/.* to example.com with Google App Engine, Only this!
runtime: php72
<?php
header('Location: https://example.com/', true, 301);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment