A gotcha with 404 error pages under IIS
I was just testing the site and ran into a problem with Flash image loading. I found that when loading a nonexistent file, Flash still reports progress info, and after reaching 100% it shows nothin...
I was just testing the site and ran into a problem with Flash image loading. I found that when loading a nonexistent file, Flash still reports progress info, and after reaching 100% it shows nothin...
Not long ago I switched from LAMP to WIMP (windows2k3+iis6+mysql5.2+php5.2), and WordPress lost two important features: one is permalinks (static URLs), and the other is email sending. I’ve just perfectly solved the permalink problem, so I’ll share the method. (A so-called permalink is something like http://www.flashj.cn/wp/wimp-wordpress-permalink.html这样的格式) Because Windows doesn’t support .htaccess, to do rewrite you need to download an ISAPI_Rewrite component to implement rewriting. I tried it, and personally I didn’t find the result very ideal.
Ran into this weird problem today — guess I’ve been living under a rock… ASP files wouldn’t load… showing a 404 error, but non-ASP files like logo.jpg opened just fine. Any file that was .asp gave ...