Created
June 20, 2019 12:21
-
-
Save curegit/183ef7fc3f38d0c6f84160d4b9083ee8 to your computer and use it in GitHub Desktop.
wwwなしへリダイレクト
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 | |
RewriteCond %{HTTP_HOST} ^www\.example\.jp$ | |
RewriteRule ^(.*)$ https://example.jp%{REQUEST_URI} [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment