Changeset 168
- Timestamp:
- 01/11/08 19:49:58 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
taggingreloaded/files/lib/page/TaggingPage.class.php
r167 r168 97 97 */ 98 98 public function show() { 99 100 // switched from non-seo to seo? 101 if(isset($_GET['tag']) && strpos($_SERVER['REQUEST_URI'], '?tag=') === false) { 102 $url = $this->rewriter->publicParseTagURLs($_GET['tag']); 103 header("HTTP/1.1 301 Moved Permanently"); 104 header("location: $url"); 105 exit; 106 } 107 99 108 // set active header menu item 100 109 require_once(WCF_DIR.'lib/page/util/menu/HeaderMenu.class.php');
