网址缩短站程序yourls.org的安装配置

安装需求:

  • apache:enable mod_rewrite, apache要加载了mod_rewrite
  • apache:AllowOverride All, yourls需要自己的.htaccess,apache要允许加载它
  • php
  • mysql

安装配置过程:

  • 主要过程从略。官方文档,以及自带的readme.html里都说的非常清楚了。
  • 我出现的一个问题是:完成安装后浏览器再次访问http://yoursite/admin/目录,没有看到后台,而是安装成功的页面,困扰了我一下。原因是浏览器缓存。
  • cp sample-public-front-page.php.txt index.php,这样你的网站就有一个开放给所有用户的前台了。

样例:

Related posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>