Posts Tagged ‘pretty links’
WordPress running on IIS and ugly permalinks starting with index.php
Wednesday, November 3, 2010 12:27 No CommentsYou may have experienced when running WordPress on IIS that the permalinks have that ugly index.php included. Pretty way: www.mysite.com/2010/11/mypost IIS way: www.mysite.com/index.php/2010/11/mypost By tweaking the .htaccess and using some rewrite rules this can be fixed. (ISAPI_Rewrite required)