質問編集履歴

1

試してみたこと追加

2022/07/25 05:24

投稿

saku615
saku615

スコア45

test CHANGED
File without changes
test CHANGED
@@ -10,4 +10,14 @@
10
10
  [https://hogehoge.com/product/pc/note/]
11
11
 
12
12
 
13
- よろくお願い致します。
13
+ ### 試てみたこと
14
+ 下記の.htaccessを一番上の階層に置きましたがダメでした。
15
+
16
+ ```ここに言語を入力
17
+ <IfModule mod_rewrite.c>
18
+ RewriteEngine On
19
+ RewriteBase /
20
+ RewriteRule ^product/Pc/Note/ https://hogehoge.com/product/pc/note/ [R=301,L]
21
+ </IfModule>
22
+ ```
23
+