How to process all requests from a script with Apache 2? Without mods if it is possible.
Generate the URL such as /index.php/topic/ 4/ thread / 3 /
and then check $ _ server ['path_f']
. Or just use the normal query string and use $ _ GET
.
Comments
Post a Comment