本帖最後由 IT_man 於 2014-12-25 11:19 編輯 ) V% q# Q2 _: @5 B U: U+ ]" o
/ ?! y0 ?. V; O6 V
在此分為「Host server設定」及「Discuz 後台設定」
* u7 p+ |! @; I: }7 w: }, q【Host server設定】 又分為Web server及站台根目錄下的.htaccess$ Z+ |5 F8 g/ w: ?* k
Web server 註:有個地方須注意,/etc/httpd/conf/httpd.conf中<Directory "/www/coav4u/test"> 的 AllowOverride 一定要all,.htaccess才有作用4 A. j3 f8 O& B' h9 E/ ]2 y: f9 ?( _
2 X$ u3 r& O2 U% q' T, V
站台根目錄下的.htaccess- # -FrontPage- }. e# J& E1 G- O- i; z+ r
- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* ' k; K2 j# E# [" T
- # disable directory browsing( u$ A. _. q8 c1 B
- Options All -Indexes
8 N' V( n& \' Y. H% P2 c - RewriteEngine On # 將 RewriteEngine 模式打開8 g7 N" ^' i9 p' T" c% C
- RewriteBase / #設定為網站的根目錄
/ R5 x: H# i& r" Y! t - #! x9 M3 k- x9 n1 D
- RewriteCond %{HTTP_HOST} ^av4u.info [NC]
4 q1 c4 Q0 J* O0 D& F- P' b4 \; g - RewriteRule ^(.*)$ HTTP://www.av4u.info/$1 [L]<font face="楷體,標楷體"><font size="3">RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1$ E5 D9 q* w% Z- F0 {
- RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
0 f& m) X- C* Y* p2 K: l' H - RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%11 \ A b+ l7 @2 }. z. g2 ]8 P3 g2 F; e
- RewriteRule) V# m3 U& N5 f$ I/ g
- ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ ! [; e& W8 E* [( I2 D
- forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
% y3 z) W: t0 R# a* k2 x& a - RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
& c' X) w; g* S, ~- t7 _! H2 t* ` - RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
1 o3 G3 q2 b- s2 ]4 ]' W) @ - RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1% }- M' k- k) }$ M, a
- RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1</font></font>
複製代碼 存檔後馬上生效. U- n! F' Y, Z& L8 V* ^$ T
! \+ J! t1 G+ h7 G0 U0 U
【Discuz 後台設定】 後台->全局->SEO設置->URL靜態化$ R7 T1 N. k- B1 d' J- M1 }8 i0 ?% V/ o
+ o+ u0 y) E4 t1 Q可以全選或依據網站需要勾選0 Y) X h A' _ J
% }7 n5 A; c, D, t |
|