質問編集履歴

1

例示用のドメインに変更

2021/09/03 05:17

投稿

jly517
jly517

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  を参考にしてログインシステムを作成しておりますが、ログイン後の他のページを作成したいのですがどのようにすればよいでしょうか?
6
6
 
7
- 例えば、https://testtest.com/index.phpが以下のとおりで、https://testtest.com/about/index.phpを作成したい時に、どのようにしたらよいかわかりません。
7
+ 例えば、example.jp/index.phpが以下のとおりで、example.jp/about/index.phpを作成したい時に、どのようにしたらよいかわかりません。
8
8
 
9
- ### https://testtest.com/index.phpのソースコード
9
+ ### index.phpのソースコード
10
10
 
11
11
  <?php
12
12
 
@@ -138,7 +138,7 @@
138
138
 
139
139
 
140
140
 
141
- ### https://testtest.com/about/index.phpに試したこと
141
+ ### example.jp/about/index.phpに試したこと
142
142
 
143
143
 
144
144