僞靜態,rewrite規則

要使用僞靜態必須先設置重寫模塊,在前面的linux notes中有,windows配置:linkphp

Apache Rewrite 規則詳解html

htaccess rewrite 規則詳細說明正則表達式

‘redirect|R [=code]‘ (強制重定向 redirect)

‘forbidden|F’ (強制URL爲被禁止的 forbidden)

‘last|L’ (最後一個規則 last)

‘nocase|NC’ (忽略大小寫 no case)


正則表達式……痛,善用regex在線轉換測試功能吧。http://tool.chinaz.com/regex
apache

:localhost/simple/home/test/aaawindows

轉換localhost/simple/index.php?c=home&m=test&param=aaa測試

index.php同目錄下新建.htaccessspa

RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^index\?c=([a-z]{1,})&m=([a-z]{1,})$ index.php?c=$1&m=$2
(.*)能夠搭配任何……

Htaccess Rewrites - Rewrite Tricks and Tips.net

相關文章
相關標籤/搜索