[Jsxe-cvs] SF.net SVN: jsxe: [1180] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
|
From: <ian...@us...> - 2006-08-28 03:55:56
|
Revision: 1180 Author: ian_lewis Date: 2006-08-27 20:55:50 -0700 (Sun, 27 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1180&view=rev Log Message: ----------- Added index.html with redirect to preserve old urls Modified Paths: -------------- trunk/web/htdocs/.htaccess Added Paths: ----------- trunk/web/htdocs/index.html Modified: trunk/web/htdocs/.htaccess =================================================================== --- trunk/web/htdocs/.htaccess 2006-08-28 02:40:08 UTC (rev 1179) +++ trunk/web/htdocs/.htaccess 2006-08-28 03:55:50 UTC (rev 1180) @@ -1,8 +1 @@ -#DirectoryIndex index.xhtml -#RewriteEngine on -#RewriteBase / -#RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml -#RewriteCond %{HTTP_ACCEPT} !application/xhtml\+xml\s*;\s*q=0 -#RewriteCond %{REQUEST_URI} \.html$ -#RewriteCond %{THE_REQUEST} HTTP/1\.1 -#RewriteRule .* - [T=application/xhtml+xml] \ No newline at end of file +DirectoryIndex index.php \ No newline at end of file Added: trunk/web/htdocs/index.html =================================================================== --- trunk/web/htdocs/index.html (rev 0) +++ trunk/web/htdocs/index.html 2006-08-28 03:55:50 UTC (rev 1180) @@ -0,0 +1,9 @@ +<html> +<head> +<SCRIPT LANGUAGE="JavaScript"> +window.location="http://jsxe.sourceforge.net/"; +</script> +</head> +<body> +If you were not redirected please click <a href="http://jsxe.sourceforge.net/">here</a> +</body> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |