惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
腾讯CDC
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
P
Proofpoint News Feed
雷峰网
雷峰网
博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
V
V2EX
F
Fortinet All Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题

Rat's Blog - 短地址

Lstu:一款简单、美观的轻量级网址缩短程序 - Rat's Blog CRZ.im:一个十分简洁的网址缩短服务,带源码安装教程 - Rat's Blog 短网址程序YOURLS安装及配置教程与设置中文 - Rat's Blog Bitly:一个可以还原短网址链接的网站 - Rat's Blog
Myurl:一个简洁开源的短网址程序 - Rat's Blog
博主: Rat's · 2017-10-29 · via Rat's Blog - 短地址

简介

Myurl取名我的网址也有墨渊网址的意思!由AE博客出品。

Myurl基于php+mysql实现的网址缩短服务,程序主要靠api.php生成,前台是个静态页面,自己也可以进行美化!!

前台使用的乐视短网址的板子,看起来很简单。

截图

请输入图片描述

安装

程序下载:Myurl-1.1.zip

  1. 将程序上传至网站根目录。
  2. install.sql上传至数据库。
  3. 修改config.php数据库配置。
  4. nginx添加伪静态规则。
location / {
        index index.php index.html;
        if (!-e $request_filename)
        {
                rewrite ^/(.+)$ /do.php?uid=$1 last;
        }
}

版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/383/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。

Vultr新用户注册送100美元/16个机房按小时计费,支持支付宝,【点击查看】。