質問するログイン新規登録

回答編集履歴

1

 

2017/09/15 07:23

投稿

退会済みユーザー
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
+ 直しておきました(;^ω^)