Apache重写规则条件

时间:2013-12-01 14:21:28

标签: apache renaming

我对Apache和整体开发都是全新的。有谁知道我如何在同一个apache .htaccess中执行以下操作?

转换 http:// www. example .com/usernamehttp: //www.example.com/page1.php?s=username

转换

http:// www .example.com/username/eventshttp:// www.example .com/events.php?s=username

转换

http: //www. example .com/username/EV134http: //www. example . com/event.php?e=EV134&s=username

转换

http: // www. example.com/username/134http: //www.example.com/page2.php?p=134&s=username

我根本不知道如何开始。我显然已经阅读了很多帖子和教程,但它只是我的头脑,尤其是Apache网站上的文档。

0 个答案:

没有答案