I want to be able to make my URL's look neater but I don't want to muck around with Apache and change the mod_rewrite.
Is there any way of doing this in PHP?
If not, can PHP come up with links like:
domain.com/section/topic/page
Instead of:
domain.com/section.php?topic=blah&page=blah2
Thanks.
Is there any way of doing this in PHP?
If not, can PHP come up with links like:
domain.com/section/topic/page
Instead of:
domain.com/section.php?topic=blah&page=blah2
Thanks.
Comment