WordPress Permalink and IIS
When wordpress is hosted in IIS, permalink will not work, as permalink needs url rewrite.
WordPress is a php application aimed to be hosted by Apache server, there is a rewrite_module of Apache which is doing url rewrite through .htaccess file.
All these mechanisms do not exist in out of box IIS. Read the rest of this entry »
