Created
January 4, 2022 07:37
-
-
Save raselupm/c3ef88386be81d0fe531cf9d49e2a4bc to your computer and use it in GitHub Desktop.
.htaccess for preparedpantry.com/blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine on | |
RewriteRule ^(.*)$ https://blog.preparedpantry.com/$1 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment