Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
config.phpインクルードフォルダーで構成する方法..
config.php
$config['basedir'] = '/home/username/public_html'; $config['baseurl'] = 'localhost';
私はwindows7でxamppを使用しています..
あなたの質問は少し文脈から外れているようです-$config配列を正確に何に使用していますか? どのアプリケーションをインストールしようとしていますか?
いずれにせよ、あなたが持っている basedir 変数は UNIX ベースの XAMPP のもののように聞こえます。おそらく、Windows インストールでは "C:\xampp\htdocs\" のようになるはずです。
baseurl については、その前に「http://」を追加してみてください。