Premium URL Shortener v6.2.1开心版

Premium URL Shortener v6.2.1开心版下载,未汉化自行摸索

下载地址:Premium URL Shortener v6.2.1

其他本版或者更新的请自行到国外论坛下载:https://prowebber.ru/internet/i-scripts/20500-premium-url-shortener-sokrascheniya-url.html

安装说明
环境要求
Apache或Nginx,MySQL5.7、php7.3以上

1、打包源码上传到服务器
2、设置运行目录public
3、使用Nginx的需要设置伪静态
4、打开域名进行安装
5、配置通过后需要输入购买代码的页面不用管直接下一步即可

 location / {
        try_files $uri $uri/ /index.php?$query_string;
    }

    error_page 404 /index.php;

    location ~ .php$ {
        fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
        fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
        include fastcgi_params;
    }

    location ~ /.(?!well-known).* {
        deny all;
    }


Premium URL Shortener Demo.png
发表观点 / Comment

提示:本文章评论功能已关闭