What would this rewrite rule from .htaccess translate to IIS7 web.config?
RewriteRule .* index.php/$0 [PT,L]
What would this rewrite rule from .htaccess translate to IIS7 web.config?
RewriteRule .* index.php/$0 [PT,L]
IIS7 and above can import Apache .htaccess rules using the URL Rewrite module.