ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2009年6月18日 星期四
apache RewriteCond , RewriteRule
如何讓 MediaWiki 可以使用漂亮的網址
Apache Module mod_rewrite
RewriteEngine On
#如果沒有www, 是example.com.tw 就加上www
RewriteCond %{HTTP_HOST} ^example\.com\.tw [NC]
RewriteRule ^/(.*) http://www.example.com.tw/$1 [L,R]
#把有aol, nownews 的後面都加上html
RewriteRule ^/aol$ http://www.example.com.tw/aol.html
RewriteRule ^/nownews$ http://www.example.com.tw/nownews.html
#後面接的不是 aol, nownews, systemmatain 的就導到systemmatain
RewriteCond %{REQUEST_URI} !^/[aol|nownews|systemmatin\.html]
RewriteRule ^/(.*) http://www.example.com.tw/systemmatain.html [L,R]
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言