# HG changeset patch # User Matti Hamalainen # Date 1540535913 -10800 # Node ID 6ea3977f44609d7284586da32d81e992be501b23 # Parent 2faf2eb18f26b9ebe86b7b29e12ef72e67b7a019# Parent 6c999a7ac6d9b75a47edd835692ed6f168d47964 Merge. diff -r 2faf2eb18f26 -r 6ea3977f4460 urlredirect.php.txt --- a/urlredirect.php.txt Fri Oct 26 09:38:18 2018 +0300 +++ b/urlredirect.php.txt Fri Oct 26 09:38:33 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. */