小编kik*_*les的帖子

如何在PHP表单中实现Google Recaptcha v3?

我想在Recaptcha的新版本(V3)中插入联系表格.

我已经寻找了不同的解决方案,但是它们只显示了部分代码,它们不完整或者我得到了一个错误,并且发现的大多数解决方案都非常复杂,因为它非常简单而且我不理解代码.

php recaptcha contact-form recaptcha-v3

3
推荐指数
1
解决办法
3850
查看次数

Laravel远程服务器错误500,站点不起作用

这是我第一次上传到Laravel网站的远程服务器.

本地我已经配置了一个虚拟主机,所以我访问我的网站就像:

site.domain.com //it's pointing htdocs/laravel-proyect/public
Run Code Online (Sandbox Code Playgroud)

我已将我的网站上传到我的远程服务器,然后:

  • 更改存储及其所有目录的权限
  • 将permisions更改为bootstrap
  • 更改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)

php apache remote-server web-deployment laravel-4

1
推荐指数
1
解决办法
5969
查看次数