.htaccess写法一例

2010年09月7日 | 九创主题

htaccess写法一例

RewriteEngine on
RewriteBase /test/
RewriteRule ^test([0-9]*).html$ test.php?id=$1
RewriteRule ^new([0-9]*)/$ new.php?id=$1

实现效果:

http://localhost/test/test123.html  转化为:http://localhost/test/test.php?id=123

http://localhost/test/new123/  转化为:http://localhost/test/new.php?id=123


转载文章请注明转载自:九创主题

标签:

5 条评论 发表在“.htaccess写法一例”上

  1. very good,i'm finding,thank you!

  2. 17wz8.com 说:

    过来逛逛,给博主增加点人气

  3. php seo 说:

    php seo...

    I love your style, the fact that your post is a little bit unlike others makes it so interesting, I get tired of seeing the same-old-same-old all of the time. This page is now in my stumbleupon bookmarks...

留下回复

您必须登录才能发表评论。