# HG changeset patch # User Matti Hamalainen # Date 1530460620 -10800 # Node ID 6c999a7ac6d9b75a47edd835692ed6f168d47964 # Parent b29b0db02649dfac68499392105dd847e8ba51ae Delete trailing whitespace. diff -r b29b0db02649 -r 6c999a7ac6d9 urlredirect.php.txt --- a/urlredirect.php.txt Wed May 09 20:04:44 2018 +0300 +++ b/urlredirect.php.txt Sun Jul 01 18:57:00 2018 +0300 @@ -10,7 +10,7 @@ * 2) In this example we assume that your short URL prefix is: * http://example.com/u/ * This setting is called urllog_shorturl_prefix in urllog.tcl - * + * * 3) Place this PHP script under your www-server root. In this * example we will use "/var/www/urlredirect.php" that is * visible as http://example.com/urlredirect.php @@ -22,7 +22,7 @@ * RewriteEngine on * RewriteRule ^u/([^\?\&]+)$ /urlredirect.php?u=$1 * - * 5) You may need to restart/reload your www-server. + * 5) You may need to restart/reload your www-server. * * 6) Profit. */