Servus,
hab gerade von einem Kollegen erfahren, dass IIS gar kein "mod_rewrite" kennt.
Nun wollte ich euch mal fragen, wie ich folgendes umstellen muss, dass es auch auf einem "IIS" läuft:
----------------------------------------------------------------
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule community/forum(.*)$ /index.php?Forum=$1 [L,QSA,PT]
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !^/img
RewriteCond %{REQUEST_URI} !^/plugin
RewriteCond %{REQUEST_URI} !^/Plugin
RewriteCond %{REQUEST_URI} !^/include
RewriteCond %{REQUEST_URI} !^/admin
RewriteCond %{REQUEST_URI} !^/anzeigen
RewriteCond %{REQUEST_URI} !^/partytip_jax.php
RewriteCond %{REQUEST_URI} !^/write_sitemap.php
RewriteCond %{REQUEST_FILENAME} .*.php$
RewriteRule (.*) /index.php?Content=$1 [L,QSA,PT]
ErrorDocument 404 /index.php?Content=system/error.php
----------------------------------------------------------------
Hoffe mal, dass uns da jemand helfen kann!
Mit freundlichen Grüßen,
Jslayer