开发者

Server Rewrite rules [duplicate]

This question already exists: Closed 11 years ago.开发者_StackOverflow中文版

Possible Duplicate:

How to make parameters look more attractive

how to print the url http://abc.xyz.com/index.php?code=pqr in the http://abc.xyz.com/pqr using server RewriteRule ?


Rewriterule ^/(.*)$ index.php?code=$1

Put it in the directory of your subdomain in a file name called .htaccess

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜