我正在使用此URL缩短程序,但我很难设置它。 https://github.com/mathiasbynens/php-url-shortener
我已经设置了数据库,相应地更改了配置文件。我将文件放在子目录中,并从.htaccess文件中删除了Rewritebase。
如果有人能提供帮助,我不确定这两个脚本是什么意思? `## Favelets / Bookmarklets
// js
javascript:(function(){var%20q=prompt('URL:');if(q){document.location='http://yourshortener.ext/shorten?url='+encodeURIComponent(q)}}());
// js
javascript:(function(){document.location='http://yourshortener.ext/shorten?url='+encodeURIComponent(location.href)}());
答案 0 :(得分:1)
您所询问的脚本就在那里,因此您可以从该页面快速创建短网址。
提示会询问您要缩短的网址,而第二个会自动缩短您已经使用的网页。
给他们一个去:)
答案 1 :(得分:-1)
如果您将所有文件上传到主机,请替换
http://yourshortener.ext/shorten?url=
用
http://Yourdomain.com/shorten?url=