Skip to content

internal redirect #16

Description

@L3P3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions