Forums / Install & configuration / worldkit and rewriterule

worldkit and rewriterule

Author Message

Marko Faber

Sunday 28 May 2006 2:12:50 am

Hi,

on my website i use the worldkit tool but i have some problems with the rewriterule.
when i open the site which contains the flash video i see nothing.

the apache acess log says:

...
GET /worldkit/worldkit.swf HTTP/1.1" 304 - "http://www.mydomain.de/index.php/ingog/groups"
...
GET /index.php/ingog/config.xml HTTP/1.1" 404 6042 "-" 
...

i managed that he doesn't use worldkit.swf as an index.php module, but i'm not able to stop him searching for

/index.php/ingog/config.xml

Here the rewrite part of my /etc/apache2/sites-enabled/mydomain.de

...
RewriteRule .* /index.php
RewriteCond %{REQUEST_URI}     !^/worldkit.*
RewriteCond %{REQUEST_URI}     !^*./config.xml.*
...

and here the /worldkit/.htaccess

RewriteEngine On
RewriteRule !\.(xml|gif|jpe?g|png|css|js|html|swf)|var(.+)storage.pdf(.+)\.pdf$ .
Rewriterule .* - [L]

Any idea?