changeset 471:6ea3977f4460

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Oct 2018 09:38:33 +0300
parents 2faf2eb18f26 (current diff) 6c999a7ac6d9 (diff)
children 04b629038256
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
  */