Mathias URL shortener

Mathias URL shortener

本文关键字:shortener URL Mathias      更新时间:2023-09-26

我正在使用这个URL缩短器,但我很难设置它。https://github.com/mathiasbynens/php-url-shortener

我已经设置了数据库,相应地更改了配置文件。我把这些文件放在一个子目录中,并从.htaccess文件中删除了Rewritebase。

如果有人能帮忙的话,我不确定这两个脚本是什么意思?`##传真/书签

提示

//jsjavascript:(function(){var%20q=prompt('URL:');if(q){document.location='http://yourshortener.ext/shorten?url='+encodeURIComponent(q)}}());

缩短此URL

//jsjavascript:(function(){document.location='http://yourshortener.ext/shorten?url='+encodeURIComponent(location.href)}());

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

提示会询问你想要缩短的URL,而第二个提示会自动缩短你已经在上的页面。

试试看:)

如果您已将所有文件上传到主机,则替换

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

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