承接 bytic/http-error-pages 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bytic/http-error-pages

最新稳定版本:1.0.6

Composer 安装命令:

composer require bytic/http-error-pages

包简介

Php Error page generator for Apache

README 文档

README

Apache HTTPd

Alias /http-errors /your/errorpages/repo/root/http-errors
ErrorDocument 400 /http-errors/400.html
ErrorDocument 401 /http-errors/401.html
ErrorDocument 403 /http-errors/403.html
ErrorDocument 404 /http-errors/404.html
ErrorDocument 405 /http-errors/405.html
ErrorDocument 406 /http-errors/406.html
ErrorDocument 408 /http-errors/408.html
ErrorDocument 413 /http-errors/413.html
ErrorDocument 414 /http-errors/414.html
ErrorDocument 417 /http-errors/417.html
ErrorDocument 500 /http-errors/500.html
ErrorDocument 502 /http-errors/502.html
ErrorDocument 503 /http-errors/503.html
ErrorDocument 504 /http-errors/504.html

Composer

"scripts": {
    "post-autoload-dump": [
      "@build-error-pages"
    ],
    "build-error-pages": [
      "ByTIC\\HttpErrorPages\\Composer\\ScriptHandler::build"
    ]
},

"extra": {
    "http-error-pages": {
        "dist_path": "/public/http-errors"
        "suggestion_links" : {
            "Home": "https://mydomain.com/",
            "Support": "mailto:support@mydomain.com"
        }
    }
}

统计信息

  • 总下载量: 3.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-03