【IDE】PhpStorm 設置 XAMPP 的 PHP Interpreter


第一次使用JetBrains的IDE,

點擊右上方的瀏覽器執行寫好的網站,





瀏覽.html檔的時候沒事,但當點擊到.php檔時卻發生

502 Bad Gateway PhpStorm 2020.1.3





同時IDE的右下角跳出了訊息框

PHP Interpreter is not configured
Please configure PHP Interpreter to use built-in web server





原來是沒有設置PHP解析器,所以頁面顯示不出來。



點擊 + 字號  =>  Local Path to Interpreter

因為我有安裝過XAMPP,
這裡選擇了 XAMPP的 PHP Interpreter



XAMPP的PHP Interpreter 預設路徑:C:\xampp\php\php.exe


最好選擇版號相符的版本









同樣的設定可以在
File -> Setting -> 搜尋PHP ->Language & Frameworks ->PHP
找到