.htaccess裡面是Rewrite規則,需要放在網站根目錄下面- <FilesMatch "^\.ht">
3 Q5 i& `! t; T! w2 Y) B. Q - Order allow,deny
3 [4 T8 K. {4 J8 y' x - Deny from all; z' M! m4 N O9 R) s3 P* ?
- </FilesMatch>, m( ~, @, _) Q& ]+ A6 E6 w1 f
* S2 f: R- G- \1 j z- RewriteEngine On
2 y1 S+ B/ j! U2 g$ p( B - RewriteRule ^video-theme/([0-9]+)/(.*)\.html index.php?page=$1&key=$2
$ y. S; |3 A2 R' c - RewriteRule ^video-theme/(.*)\.html index.php?key=$1. X; a8 W% n* @
- RewriteRule ^watch-video/(.*)/(.*)/(.*)\.html index.php?watch_id=$1&watch_author=$2&watch_title=$3' V( i) u- j7 j$ k- _0 {- l& m
- RewriteRule ^video-poster/(.*)\.html index.php?author=$1
複製代碼 |