LoginSignup
1

More than 5 years have passed since last update.

cakePhp3がlocalhsotに表示されない

Posted at

cakePhpがlocalhostに表示されない

xammpの.htaccessに記述されている権限が問題。
と思ったけど違うみたい。

\xampp\apache\conf\extra\httpd-vhosts.conf
<Directory "参照先">
 Option All
 AllowOverride All  //"Index"から"All"に変更
 Require all granted
</Directory>

これで表示された。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1