承接 huettig-und-rompf/webhub-proxy 相关项目开发

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

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

huettig-und-rompf/webhub-proxy

Composer 安装命令:

composer require huettig-und-rompf/webhub-proxy

包简介

A proxy script to include the Hüttig & Rompf Webhub Snippets on your website in complete privacy

README 文档

README

This script can be installed on your webserver to proxy all requests to the Huettig and Rompf Webhub trough your own server. What that means is, that there is absolutely no privacy related data (like your users ip address) sent to Huettig and Rompf servers. Therefore, you are safe to use the snippets/calculators without additional "opt-in" feature for GDPR.

Requirements

Installation

Install this package using Composer:

composer require huettig-und-rompf/webhub-proxy

After you installed the bundle:

  1. Copy the "webhub-proxy" directory somewhere into your website's public docroot.
  2. Open the "index.php" in the copied "webhub-proxy" directory in an editor.
  3. Adjust the $VENDOR_DIR path (line 25) to match the requirements in your setup.
  4. Deploy the script to your production machine

Usage

  1. Go to Online Marketing
  2. Select one of the available snippets
  3. Copy the embed-code into your templates
  4. Adjust the first script tag to match your local proxy setup e.g <script type="text/javascript" src="https://webhub.huettig-rompf.de/js/snippet"></script> becomes: <script type="text/javascript" src="https://example.org/webhub-proxy/js/snippet"></script>

Nginx Configuration

If you are running your websites with nginx instead of apache, edit your configuration file to include this location directive:

Option A: Inside a sub-directory

server {
    server_name example.com;
    location /webhub-proxy {
       try_files $uri $uri/ /webhub-proxy/index.php?$query_string;
    }
}

Option B: Using a separarte URL

server {
    server_name webhub-proxy.example.com;
    location / {
       try_files $uri $uri/ /index.php?$query_string;
    }
}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2020-08-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固