質問編集履歴

3

修正

2017/09/14 07:52

投稿

hyksm
hyksm

スコア174

test CHANGED
@@ -1 +1 @@
1
- .httaccessでの描き方
1
+ .htaccessでの描き方
test CHANGED
File without changes

2

文言修正

2017/09/14 07:52

投稿

hyksm
hyksm

スコア174

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- .httaccessでの描き方がうまくいきません
1
+ .htaccessでの描き方がうまくいきません
2
2
 
3
3
 
4
4
 

1

パス変更

2017/09/14 06:52

投稿

hyksm
hyksm

スコア174

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  RewriteCond %{HTTP_HOST} ^(www\.)?hoge\.sakura\.ne\.jp$ [NC]
16
16
 
17
- RewriteRule .* https://www.hoge%{REQUEST_URI} [R=301,L]
17
+ RewriteRule .* https://www.hoge.com%{REQUEST_URI} [R=301,L]
18
18
 
19
19
  DirectoryIndex index.html
20
20