|
From: <ai...@us...> - 2008-10-26 04:31:18
|
Revision: 8971
http://plplot.svn.sourceforge.net/plplot/?rev=8971&view=rev
Author: airwin
Date: 2008-10-26 04:31:13 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Remove .htaccess file that SF recommended to get index access to directories
like announce with no index. First announce isn't really ready so it is
probably a good thing if it is not indexed, and second the .htaccess file
can cause webserver errors for some local systems that are not configured
to allow the
Options Indexes
apache option using private .htaccess files.
Modified Paths:
--------------
trunk/www/CMakeLists.txt
Removed Paths:
-------------
trunk/www/.htaccess
Deleted: trunk/www/.htaccess
===================================================================
--- trunk/www/.htaccess 2008-10-26 04:21:15 UTC (rev 8970)
+++ trunk/www/.htaccess 2008-10-26 04:31:13 UTC (rev 8971)
@@ -1 +0,0 @@
-Options Indexes
Modified: trunk/www/CMakeLists.txt
===================================================================
--- trunk/www/CMakeLists.txt 2008-10-26 04:21:15 UTC (rev 8970)
+++ trunk/www/CMakeLists.txt 2008-10-26 04:31:13 UTC (rev 8971)
@@ -47,7 +47,6 @@
# Note documentation.php configured as above.
set(toplevel_FILES
- ${CMAKE_CURRENT_SOURCE_DIR}/.htaccess
${CMAKE_CURRENT_SOURCE_DIR}/corefunctions.php
${CMAKE_CURRENT_SOURCE_DIR}/credits.php
${CMAKE_CURRENT_SOURCE_DIR}/development.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|