質問編集履歴

3

回答をつけた

2017/11/24 14:01

投稿

j-suzuki
j-suzuki

スコア50

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,11 @@
83
83
  http://mydomain/paperwork/frontend/publicにリダイレクトされて500エラーがでます。
84
84
 
85
85
  どうしたら、いいでしょうか?
86
+
87
+
88
+
89
+ >paperwork をどのようにインストールされましたか?
90
+
91
+
92
+
93
+ zipファイルをダウンロードしてインストールしました。

2

書式の訂正

2017/11/24 14:01

投稿

j-suzuki
j-suzuki

スコア50

test CHANGED
File without changes
test CHANGED
@@ -34,13 +34,13 @@
34
34
 
35
35
 
36
36
 
37
- \# Redirect Trailing Slashes...
37
+ `# Redirect Trailing Slashes...
38
38
 
39
39
  RewriteRule ^(.*)/$ /$1 [L,R=301]
40
40
 
41
41
 
42
42
 
43
- \# Handle Front Controller...
43
+ `# Handle Front Controller...
44
44
 
45
45
  RewriteCond %{REQUEST_FILENAME} !-d
46
46
 
@@ -60,7 +60,7 @@
60
60
 
61
61
  DirectoryIndex index.html index.php index.cgi
62
62
 
63
- \#AddDefaultCharset UTF-8
63
+ `#AddDefaultCharset UTF-8
64
64
 
65
65
  DocumentRoot /var/www/paperwork/frontend/public
66
66
 

1

書式の訂正

2017/11/24 11:59

投稿

j-suzuki
j-suzuki

スコア50

test CHANGED
File without changes
test CHANGED
@@ -34,13 +34,13 @@
34
34
 
35
35
 
36
36
 
37
- # Redirect Trailing Slashes...
37
+ \# Redirect Trailing Slashes...
38
38
 
39
39
  RewriteRule ^(.*)/$ /$1 [L,R=301]
40
40
 
41
41
 
42
42
 
43
- # Handle Front Controller...
43
+ \# Handle Front Controller...
44
44
 
45
45
  RewriteCond %{REQUEST_FILENAME} !-d
46
46
 
@@ -60,7 +60,7 @@
60
60
 
61
61
  DirectoryIndex index.html index.php index.cgi
62
62
 
63
- #AddDefaultCharset UTF-8
63
+ \#AddDefaultCharset UTF-8
64
64
 
65
65
  DocumentRoot /var/www/paperwork/frontend/public
66
66