# HG changeset patch # User Dan # Date 1239900468 14400 # Node ID 648043f3911d105d565819d6da4c35f9e83983c4 # Parent 2e981507dfae34f8943f04e2c3cfc0b093dc3761 Added web.config support for IIS7 URL rewriting. diff -r 2e981507dfae -r 648043f3911d install/web.config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/install/web.config Thu Apr 16 12:47:48 2009 -0400 @@ -0,0 +1,24 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + diff -r 2e981507dfae -r 648043f3911d language/english/install.json --- a/language/english/install.json Thu Apr 16 12:20:48 2009 -0400 +++ b/language/english/install.json Thu Apr 16 12:47:48 2009 -0400 @@ -275,7 +275,7 @@ field_urlscheme_opt_shortened: 'Shortened URLs', field_urlscheme_opt_shortened_hint: 'This eliminates the "?title=" portion of your URL, and instead uses a slash. This is occasionally more friendly to search engines.', field_urlscheme_opt_rewrite: 'Rewritten URLs', - field_urlscheme_opt_rewrite_hint: 'Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. If you\'re running Apache and have the right permissions, Enano can configure this automatically. Otherwise, you\'ll need to configure your server manually and have a knowledge of regular expressions for this option to work.', + field_urlscheme_opt_rewrite_hint: 'Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. Enano can configure this automatically on Apache and some IIS7 servers. Otherwise, you\'ll need a knowledge of regular expressions and it will be necessary to configure your server manually for this option to work.', field_urlscheme_opt_tiny: '(Experimental) Tiny URLs', field_urlscheme_opt_tiny_hint: 'This makes URLs very small - close to the size of Rewritten. However it doesn\'t work with every server, and we\'re still trying to experiment to find which servers it works with. If you can\'t use Rewritten URLs, you are encouraged to give this a try and let the Enano team know whether it works for you or not.', btn_urlscheme_detect: 'Auto-detect the best formatting scheme', diff -r 2e981507dfae -r 648043f3911d web.config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web.config Thu Apr 16 12:47:48 2009 -0400 @@ -0,0 +1,26 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + +