回答編集履歴
1
answer
CHANGED
@@ -1,2 +1,4 @@
|
|
1
1
|
.htaccessに以下を追加でどうですか?
|
2
|
-
```RedirectMatch 301 ^/faq/(.*)$ http://exsample.jp/faq/$1```
|
2
|
+
×```RedirectMatch 301 ^/faq/(.*)$ http://exsample.jp/faq/$1```
|
3
|
+
〇```RedirectMatch 301 ^/faq/(.*)$ http://exsample.jp/faq```
|
4
|
+
直しておきました(;^ω^)
|