網址呈現的方式改變
原本思摩特網誌的網址是像這樣的
http://sctlog.sctnet.edu.tw/blog/sctlog
不過這樣會有問題是,當我變換網誌的名字以後,它的網址會變動,所以我暫時將他的網址名稱改掉,所以以後大概會像
http://sctlog.sctnet.edu.tw/your_blog_id
原本思摩特網誌的網址是像這樣的
http://sctlog.sctnet.edu.tw/blog/sctlog
不過這樣會有問題是,當我變換網誌的名字以後,它的網址會變動,所以我暫時將他的網址名稱改掉,所以以後大概會像
http://sctlog.sctnet.edu.tw/your_blog_id
Hi, all:
I just disable the SCTlog registration system today, 'cause I already finish the another registeration system on SCTNet. SCTlog is a blog system for SCTNet, so only members on SCTNet can register this system. But this new system is still under testing. If you have this interest to test with us. please reply this article, I'll add your privilege to system. Of course, you have to be SCTNet member first. :-)
(閱讀全文)plog的預設網頁是第一個使用者,不過sometimes,改成summary那頁會比較好,我對plog還不是很熟,不過小改了一下index.php那一頁,讓index導到summary那一頁。
+ include_once( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
+ $serverVars = HttpVars::getServer();
+ if($serverVars["PHP_SELF"]=="/index.php") header("location:summary.php");
這樣就可以了。