价格: ¥ 99
最后更新: 2019-12-27 11:04:32
演示地址: 无
安装费: 免费
Sendy是自托管的电子邮件通讯应用程序,可以利用本地服务器进行邮件推送,也可以使用Amazon Simple Email Service (SES)的服务,Amazon Simple Email Service (SES)有免费配额可供使用。
1、下载解压缩,上传scri-pt文件夹内的全部内容到服务器。
2、编辑scri-pt\includes\config.php
$dbHost = ’localhost’; //数据库服务器地址
$dbUser = ’root’; //数据库用户名
$dbPass = ’’; //数据库密码
$dbName = ’sendy’; //数据库名 //----------------------------------------------------------------------------------// // OPTIONAL SETTINGS //----------------------------------------------------------------------------------// /* Change the database character set to something that supports the language you’ll be using. Example, set this to utf16 if you use Chinese or Vietnamese characters */
$charset = ’utf8’; /* Set this if you use a non standard MySQL port. */
$dbPort = 3306; /* Domain of cookie (99.99% chance you don’t need to edit this at all) */ define(’COOKIE_DOMAIN’, ’’); //----------------------------------------------------------------------------------// ?>
保存上传
3、打开yourdomain/_install.php 执行安装
4、输入要求的信息点击完成安装。
伪静态规则
Options +FollowSymLinks
Options -Multiviews
RewriteEngine On
RewriteCond %{scri-pt_FILENAME} !-d
RewriteCond %{scri-pt_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9-]+)$ $1.php [L]
# Link tracker
RewriteRule ^l/([a-zA-Z0-9/]+)$ l.php?i=$1 [L]
# Open tracker
RewriteRule ^t/([a-zA-Z0-9/]+)$ t.php?i=$1 [L]
# Web version
RewriteRule ^w/([a-zA-Z0-9/]+)$ w.php?i=$1 [L]
# unsubscribe
RewriteRule ^unsubscribe/(.*)$ unsubscribe.php?i=$1 [L]
# subscribe
RewriteRule ^subscribe/(.*)$ subscribe.php?i=$1 [L]
apache用户在程序根目录建立.htaccess文件并键入上面的内容。
0 (0%) 好评 | 0 (0%) 中评 | 0 (0%) 差评 |