実現したいこと
以下のとおりインストールしましたが、トップ画面が表示されません。
よろしくお願いします。
https://github.com/pH7Software/pH7-Social-Dating-CMS
dokerとgitクローンして両方とも
試しましたが、apacheの設定で悩んでいます。
よろしくお願いします。
発生している問題・分からないこと
How to install Apache "mod_rewrite" on your Web server
エラーメッセージ
error
1How to install Apache "mod_rewrite" on your Web server
該当のソースコード
apache
1cd pH7Builder/ 2 3curl -sS https://getcomposer.org/installer | php 4 5mv composer.phar /usr/local/bin/composer 6 7chmod +x /usr/local/bin/composer 8 9 10 11<pre>root@july-MS-7C95:/var/www/html# 12 13# Replace this with your actual pH7Builder path 14P7="pH7Builder" 15 16# Make the web-server user the owner of the directories it must write to 17sudo chown -R www-data:www-data "$P7" 18 19# Owner and group can read/write; directories also need execute permission 20sudo find "$P7" -type d -exec chmod 775 {} \; 21sudo find "$P7" -type f -exec chmod 664 {} \; 22 23 24<pre>root@july-MS-7C95:/var/www/html# 25 26P7="pH7Builder" 27 28sudo chown -R "$USER":www-data "$P7" 29 30sudo find "$P7" -type d -exec chmod 775 {} \; 31sudo find "$P7" -type f -exec chmod 664 {} \; 32cd /pH7Builder 33 34find . -type d \( -iname '*state*' -o -iname '*access*token*' -o -iname '*template*cache*' -o -iname '*cache*' -o -iname '*log*' \) -print
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
補足
/usr/bin/ffmpegのバージョンを確認してインストールしましたが空白にしても入力してもffmpegのエラーがでます。

2026/08/20 22:10
2026/08/21 08:03