Changeset 2241
- Timestamp:
- Feb 26, 2008, 5:30:03 PM (13 years ago)
- Location:
- www
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
www/.htaccess
r2239 r2241 41 41 RewriteRule ^list-svn/$ /list-svn.html?page=threads [L] 42 42 RewriteRule ^list-svn/(.*)[.]html /list-svn.html?page=$1 [L] 43 RewriteRule ^list-trac/$ /list-trac.html?page=threads [L] 44 RewriteRule ^list-trac/(.*)[.]html /list-trac.html?page=$1 [L] 43 45 44 46 # Misc. redirects -
www/list-trac.html
r2240 r2241 9 9 <meta name="GENERATOR" content="vim" /> 10 10 <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> 11 <meta name="Description" content="libcaca SVNmailing-list" />11 <meta name="Description" content="libcaca Trac mailing-list" /> 12 12 <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> 13 <title>libcaca SVNmailing-list</title>13 <title>libcaca Trac mailing-list</title> 14 14 <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 15 15 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> … … 25 25 $page = $_GET['page']; 26 26 $page = eregi_replace("[^a-z0-9_]", "", $page); 27 $file = $_SERVER["DOCUMENT_ROOT"]."/list- svn/".$page.".html";27 $file = $_SERVER["DOCUMENT_ROOT"]."/list-trac/".$page.".html"; 28 28 29 29 if(file_exists($file))
Note: See TracChangeset
for help on using the changeset viewer.