質問編集履歴

2

誤字の修正

2020/11/07 06:30

投稿

tanakayasuo
tanakayasuo

スコア1

test CHANGED
File without changes
test CHANGED
@@ -130,9 +130,9 @@
130
130
 
131
131
  RewriteCond %{REQUEST_URI} !(^/https/)
132
132
 
133
- RewriteRule ^(.*)$ https://p0gp.com/$1 [R=301,L]
133
+ RewriteRule ^(.*)$ https://hogehoge.com/$1 [R=301,L]
134
134
 
135
- RewriteRule? ^https://p0gp.com/sample/sample.html$ https://hogehoge.com/contact/ [L,R=301]
135
+ RewriteRule? ^https://hogehoge.com/sample/sample.html$ https://hogehoge.com/contact/ [L,R=301]
136
136
 
137
137
  </IfModule>
138
138
 

1

誤字

2020/11/07 06:30

投稿

tanakayasuo
tanakayasuo

スコア1

test CHANGED
File without changes
test CHANGED
@@ -132,13 +132,13 @@
132
132
 
133
133
  RewriteRule ^(.*)$ https://p0gp.com/$1 [R=301,L]
134
134
 
135
- RewriteRule? ^https://p0gp.com/sample/sample.html$ https://p0gp.com/contact/ [L,R=301]
135
+ RewriteRule? ^https://p0gp.com/sample/sample.html$ https://hogehoge.com/contact/ [L,R=301]
136
136
 
137
137
  </IfModule>
138
138
 
139
139
 
140
140
 
141
- Redirect permanent /contact/contact.html https://p0gp.com/contact/
141
+ Redirect permanent /contact/contact.html https://hogehoge.com/contact/
142
142
 
143
143
  .
144
144
 
@@ -146,7 +146,7 @@
146
146
 
147
147
  .
148
148
 
149
- Redirect permanent /quest/quest.html https://p0gp.com/faq/
149
+ Redirect permanent /quest/quest.html https://hogehoge.com/faq/
150
150
 
151
151
  AddHandler php5.6-script html
152
152