sys file rewrite-ruleΒΆ

sys file rewrite-rule(1)      BIG-IP TMSH Manual      sys file rewrite-rule(1)



NAME
       rewrite-rule - Manages a HTML content rewrite rule.

MODULE
       sys file

SYNTAX
       Configure the rewrite-rule component within the sys file module using
       the syntax shown in the following sections.

   CREATE/MODIFY
	create rewrite-rule [name]
	modify rewrite-rule [name]
	  options:
	    local-path [URL]

	edit rewrite-rule [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list rewrite-rule
	list rewrite-rule [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete rewrite-rule [name]

DESCRIPTION
       You can use the rewrite-rule component to create, edit, delete, list or
       modify a HTML content rewrite rule.

EXAMPLES
       create rewrite-rule new-rule local-path /shared/tmp/my_rewrite_rule

       Creates a new HTML content rewrite rule using file located by local-
       path and saves path in the local-path attribute.

OPTIONS
       checksum
	    Specifies a cryptographic hash or checksum of the file contents
	    for use in verification of file integrity.

       created-by
	    Specifies the user who originally created the file-object.

       create-time
	    Specifies the time at which the file-object was created.

       last-update-time
	    Specifies the last time at which the file-object was
	    updated/modified.

       mode Specifies the UNIX file permissions mode for the file associated
	    with this file-object as a numerical value.

       revision
	    Specifies the latest revision of the file. The revision starts
	    with 1 and gets incremented on each update.

       size Specifies the size (in bytes) of the file associated with this
	    file object.

       local-path [path]
	    This attribute takes a path, for example:

		 local-path /shared/tmp/my_rewrite_rule

       updated-by
	    Specifies the user who last updated the file-object.

SEE ALSO
       create, delete, edit, glob, list, ltm profile html, modify, regex, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2013. All rights reserved.



BIG-IP				  2013-04-12	      sys file rewrite-rule(1)