一个小问题:关于URL美化

#1 coolcool1265

我用的是从svn上下载下来的最新版本的sp,使用了smarty3。
 
  'url'=>array(
  'url_path_info' => TRUE,
  //'url_path_base' => '/index.php', //如果不注释掉,访问超链接时跳转不正常,请看下图
  ),


跳转到了默认的首页
未命名.jpg

不知道是什么原因


'url_path_base' => '/index.php',
有什么用呢?注释之后就能正常使用了。

2010-12-08 15:27:55

#2 jake

'url_path_base' => '/index.php', 已经不需要配置了,配置反而会出现问题。

2010-12-08 15:32:53

#3 coolcool1265

嗯,还是不要用url美化了,浪费系统资源。

2010-12-08 21:42:48