URL mapping in PHP?

前端 未结 7 1304
孤街浪徒
孤街浪徒 2020-12-05 01:05

I come from a Java background and with any servlets-based technology, it\'s trivial to map a range of URLs (eg /reports/, /secure/.do) to a specified servlet. Now

7条回答
  •  Happy的楠姐
    2020-12-05 01:23

    This sounds like something that mod_rewrite would typically be used for (as a part of Apache, not PHP.) I have not heard of anything in PHP which would accomplish this.

提交回复
热议问题