|
|||
|
Hello!
The documentation suggests that you use the following Isapi_rewrite rule: RewriteRule ^[\w/\%]*(?:\.(?!(?:js|ico|gif|jpg|png|css)$)[\w\%]*$)? /index.php [i] This works very well, unless you have dashes in your URL. Here's a nice addition: RewriteRule ^[\w/\%\-]*(?:\.(?!(?:js|ico|gif|jpg|png|css)$)[\w\%]*$)? /index.php [i] Also, it might be nice to add "swf" to the list of ignored file types as a default. Thanks! - Bret Last edited by clone45 : 07-26-2007 at 02:47 AM. |
|
|||
|
Hi
I found solution: Code:
RewriteRule ^[\w/,\%]*(?:\.(?!(?:js|ico|gif|jpg|swf|png|css)$)[\wA-Z?=&\%]*$)? /index.php [i] Regex Studio Software Tool for Microsoft.Net All the best webik |
![]() |
| Thread Tools | |
| Display Modes | |
|
|