-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Christian Thiele: > My tools work fine, but not having rewrite rules breaks some stuff. No big > things, but annoying. I hope, that rewrite rules will be supported before > using this server.
it's unlikely that RewriteRules will be supported, however, equivalent (although incompatible) functionality is available. the server supports a scripting language used for rewrites. i have configured it to load $HOME/rewrite.script when processing requests for a particular user's public_html. in this file, you can put your rewrite script. note that unlike .htaccess, there is one rewrite script for your entire public_html - not one per directory. there are some example rewrite scripts at [0] and [1] (under "request rewriting). complete documentation for the rules is in section 8.7 of the manual[2]. because this is completely separate from Apache's rewrite rules, you can experiment with a rewrite script without affecting your normal content. [0] <http://support.zeus.com/zws/examples/2005/12/16/converting_apache_rules_to_zws> [1] http://support.zeus.com/zws/examples [2] http://support.zeus.com/zws/media/docs/4.3/ZWSUserGuide.pdf -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (SunOS) iEYEARECAAYFAki4B9wACgkQIXd7fCuc5vJ36wCfV8StL4VbJ1ziOGukfa9VdOWQ 1rEAnA6RyjD1SDQKszUb6CnmtRkMeDWs =YVkC -----END PGP SIGNATURE----- _______________________________________________ Toolserver-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/toolserver-l
