Revision: 521
http://dl-learner.svn.sourceforge.net/dl-learner/?rev=521&view=rev
Author: sknappe
Date: 2008-02-07 11:14:09 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
bugfix
Modified Paths:
--------------
trunk/src/dbpedia-navigator/htaccess.dist
Modified: trunk/src/dbpedia-navigator/htaccess.dist
===================================================================
--- trunk/src/dbpedia-navigator/htaccess.dist 2008-02-07 19:12:48 UTC (rev 520)
+++ trunk/src/dbpedia-navigator/htaccess.dist 2008-02-07 19:14:09 UTC (rev 521)
@@ -5,5 +5,4 @@
# Rule Fuer die Module
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^([^/]+)/([^/]+)$ index.php?$1=$2&path=../
-RewriteRule ^(.*)\.(js|ico|gif|jpg|png|css|php)$ index.php
\ No newline at end of file
+RewriteRule ^([^/]+)/([^/]+)$ index.php?$1=$2&path=../
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|