短网址|短链接网站搭建


短网址网站建站教程!使用 VPS 建立短链接网站,除了可以转短链接,还可以挂自己的电商或自媒体广告,推广自己,网络赚钱,一举两得,教程详细,一学就会!


一、准备工作

1、VPS一台重置好CentOS系统

2、域名一个做好解析

3、安装FinalShell SSH工具:

Windows版下载地址:?点此下载?
macOS版下载地址:?点此下载?
mac版安装路径:/Applications/FinalShell.app/
配置文件路径:/Users/$USER/Library/FinalShell/
mac版卸载删除安装目录:/Applications/FinalShell.app/


二、本期教程用到的VPS由六六云美西三网CN2/GIA提供

六六云VPS官网:?点此进入?


1.安装宝塔面板

curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh

1-1.解除绑定手机

sed -i "s|bind_user == 'True'|bind_user == 'XXXX'|" /www/server/panel/BTPanel/static/js/index.js

1-2.删除绑定手机js文件

rm -f /www/server/panel/data/bind.pl

2.宝塔面板查看后端登录信息

bt default

3.启用 BBR 拥堵控制算法

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

4.登录宝塔面板安装所需套件

Nginx 1.22
MySQL 5.6
PHP 7.4
phpMyAdmin 5.2

5.添加网站→上传网站源代码→设置伪静态→申请域名证书

5-1.添加网站详见本教程视频

5-2.上传网站源代码

网站源码下载:?点此下载?

5.3.设置伪静态

rewrite ^/about /about.php last;
rewrite ^/api-about /api-about.php last;
rewrite ^/contact /contact.php last;
rewrite ^/tos /tos.php last;
rewrite ^/([^/.]+)/?$ /link.php?id=$1 last;
rewrite ^/404 /404.php last;
error_page 404 http://你的域名/404;
error_page 403 http://你的域名/404;

这步很关键别忘了修改代码中你的域名,详见视频教程。

5.4.申请域名证书详见视频教程


6.网站安装

6.1.安装网址,需要将汉字部分修改为你自己的域名

https://你的域名/install/index.html

6.2.网站安装时依照以下顺序填写信息,详见视频教程

数据库主机地址:localhost
用户名:你数据库用户名
密码:你的数据库密码
数据库名称:你的数据库名称

6.3.网站后台管理界面登录地址,需要将汉字部分修改为你自己的域名

https://你的域名/admin/index.php

6.4.网站后台管理界面初始账号密码均为:admin


7.网站广告代码

广告-1

<h2>❤️梦歌<短链接转换>❤️ 
<a style="color: inherit;margin:auto;" href="你的广告网址"><img id="main-logo" alt="mgurl logo" src="img/图片名称格式" class="sized"></a>

广告-2

<h2>❤️梦歌<短链接转换>❤️ 
<a style="color: inherit;margin:auto;" href="你的广告网址"><img id="main-logo" alt="mgurl logo" src="img/图片名称格式" class="sized"></a>

广告-3

<h2><i class="fa fa-youtube" aria-hidden="true"></i>第一个广告网站名字</h2><p></p> <p><a style="color: inherit;margin:auto;" href="你的广告网址"><img id="YouTube-logo" alt="youtube Logo" src="img/图片名称格式" class="sized"></a></p>

广告-4

<h2><i class="fa fa-hand-o-right" aria-hidden="true"></i>第二个广告网站名字</h2><p></p> <p><a style="color: inherit;margin:auto;" href="你的广告网址"><img id="blog-logo" alt="blog Logo" src="img/图片名称格式" class="sized"></a></p>

如果有不懂的地方,可以参照本期视频操作


8.欢迎大家加入梦歌TG粉丝群

梦歌TG万人粉丝群:?点此跳转?

梦歌TG频道:?点此跳转?

“短网址|短链接网站搭建”的2个回复

  1. Good post. I learn something new and challenging on blogs I stumbleupon on a daily basis. Its always exciting to read content from other authors and use a little something from other web sites.

  2. I was very pleased to uncover this great site. I wanted to thank you for your time just for this fantastic read!! I definitely savored every bit of it and I have you book marked to see new stuff on your web site.

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注