1

我正在使用这个 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)}());

4

2 回答 2

1

您询问的脚本在那里,因此您可以从该页面快速创建一个短 URL。

提示将询问您要缩短哪个 URL,而第二个将自动缩短您已经在的页面。

给他们一个机会:)

于 2012-09-13T14:04:28.000 回答
-1

如果您将所有文件上传到您的主机然后替换

http://yourshortener.ext/shorten?url=

http://Yourdomain.com/shorten?url=

于 2013-02-14T08:23:22.930 回答