質問編集履歴

2

具体的にした

2020/01/30 03:20

投稿

vermontcurry
vermontcurry

スコア7

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- とあるディレクトにある「htmlファイル」は、下記指示により
5
+ hogeディレクトにある「htmlファイル」は、下記指示により
6
6
 
7
7
 
8
8
 

1

初心者アイコンの追加

2020/01/30 03:20

投稿

vermontcurry
vermontcurry

スコア7

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  RewriteCond %{REQUEST_URI} !(/xxx.html$) ←これを消してもリダイレクトしない
48
48
 
49
- RewriteRule (.*).html AAA.php?bbb=$1.html [R=301,L]
49
+ RewriteRule (.*).html AAA.php?bbb=$1.html [R=301,L]
50
50
 
51
51
 
52
52