allow a dynamic file to not only redirect the browser to another location (http redirect status) but also hand over a request to any other path so basically the request handler starts from the beginning.
this allows amazing routing opportunities, also to static files.
<?
rtjscomp.route('static/blog/123.html');
?>
when above dynamic file is called, it acts the same as if path_alias pointed it to the quoted path.
allow a dynamic file to not only redirect the browser to another location (http redirect status) but also hand over a request to any other path so basically the request handler starts from the beginning.
this allows amazing routing opportunities, also to static files.
when above dynamic file is called, it acts the same as if path_alias pointed it to the quoted path.