我想在Recaptcha的新版本(V3)中插入联系表格.
我已经寻找了不同的解决方案,但是它们只显示了部分代码,它们不完整或者我得到了一个错误,并且发现的大多数解决方案都非常复杂,因为它非常简单而且我不理解代码.
这是我第一次上传到Laravel网站的远程服务器.
本地我已经配置了一个虚拟主机,所以我访问我的网站就像:
site.domain.com //it's pointing htdocs/laravel-proyect/public
Run Code Online (Sandbox Code Playgroud)
我已将我的网站上传到我的远程服务器,然后:
更改app.php的配置
'url'=>' http://site.domain.com ',
使用新参数(以及email.php)更改database.app中的配置
然后我尝试加载我的网站并获得500内部服务器错误
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error …
Run Code Online (Sandbox Code Playgroud)