Monday, August 13, 2012
Sunday, August 12, 2012
Thursday, August 09, 2012
Tuesday, August 07, 2012
Monday, August 06, 2012
Sunday, August 05, 2012
Saturday, August 04, 2012
Thursday, August 02, 2012
WordPress: permalinks on IIS
Trying to provide pretty permalinks on a IIS install of WordPress is something of a problem. The solution is a bit of a hack, but works.
1) Create a custom 404 page as per these instructions: http://dotnetcodebytes.blogspot.com/2011/11/remove-indexphp-from-wordpress-on.html
2) Specify the 404-error.php created in step 1 as your custom 404 page (you'll need access to an IIS admin console).
3) In WordPress, define your permalinks as: /index.php/%postname%/
1) Create a custom 404 page as per these instructions: http://dotnetcodebytes.blogspot.com/2011/11/remove-indexphp-from-wordpress-on.html
2) Specify the 404-error.php created in step 1 as your custom 404 page (you'll need access to an IIS admin console).
3) In WordPress, define your permalinks as: /index.php/%postname%/
Subscribe to:
Posts (Atom)