質問編集履歴

2

ディレクトリ構成に.htaccessを追加しました。

2019/07/02 01:27

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -116,6 +116,10 @@
116
116
 
117
117
  |
118
118
 
119
+ --.htaccess
120
+
121
+ |
122
+
119
123
  --python
120
124
 
121
125
  |

1

ディレクトリ構成をコードで記述して見やすくするよう指摘がありましたので修正しました。

2019/07/02 01:27

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -106,29 +106,33 @@
106
106
 
107
107
 
108
108
 
109
+ ```
110
+
109
111
  aaaaaa.com
110
112
 
111
113
  |
112
114
 
113
115
  --public_html
114
116
 
115
- - |
117
+ |
116
118
 
117
- - --python
119
+ --python
118
120
 
119
- - |
121
+ |
120
122
 
121
- - --index0629.py
123
+ --index0629.py
122
124
 
123
- - |
125
+ |
124
126
 
125
- - --pypy
127
+ --pypy
126
128
 
127
- - |
129
+ |
128
130
 
129
- - --python0701.py
131
+ --python0701.py
130
132
 
133
+ ```
131
134
 
135
+ public_htmlが公開ディレクトリです。
132
136
 
133
137
  xserverでpythonを実行してみようと思い、filezillaで上記ディレクトリ構成でフォルダ・ファイルをアップロードしました。各ファイルにアクセスしてみると、
134
138