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

質問編集履歴

2

具体的にした

2020/01/30 03:20

投稿

vermontcurry
vermontcurry

スコア7

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- とあるディレクトにある「htmlファイル」は、下記指示により
3
+ hogeディレクトにある「htmlファイル」は、下記指示により
4
4
 
5
5
  ```
6
6
  RewriteRule (.*).html AAA.php?bbb=$1.html [R=301,L]

1

初心者アイコンの追加

2020/01/30 03:20

投稿

vermontcurry
vermontcurry

スコア7

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 /