質問編集履歴
2
具体的にした
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
|
3
|
+
hogeディレクトリにある「htmlファイル」は、下記指示により
|
4
4
|
|
5
5
|
```
|
6
6
|
RewriteRule (.*).html AAA.php?bbb=$1.html [R=301,L]
|
1
初心者アイコンの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
RewriteBase /hoge/
|
23
23
|
|
24
24
|
RewriteCond %{REQUEST_URI} !(/xxx.html$) ←これを消してもリダイレクトしない
|
25
|
-
RewriteRule (.*).html AAA.php?bbb=$1.html [R=301,L]
|
25
|
+
RewriteRule (.*).html AAA.php?bbb=$1.html [R=301,L]
|
26
26
|
|
27
27
|
RewriteEngine on
|
28
28
|
RewriteBase /
|