From: <sk...@us...> - 2008-02-07 20:08:27
|
Revision: 523 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=523&view=rev Author: sknappe Date: 2008-02-07 12:08:25 -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:15:54 UTC (rev 522) +++ trunk/src/dbpedia-navigator/htaccess.dist 2008-02-07 20:08:25 UTC (rev 523) @@ -5,4 +5,5 @@ # Rule Fuer die Module RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^([^/]+)/([^/]+)$ index.php?$1=$2&path=../ \ No newline at end of file +RewriteRule ^([^/]+)/([^/]+)$ index.php?$1=$2&path=../ +RewriteRule !\.(js|ico|gif|jpg|png|css|php)$ index.php \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |