Permalinks fixed

November 24th, 2008

So after sleeping I did the following:

  • Read the help pages for Helicon Tech ISAPI_Rewrite v3
  • Turned the plugin on
    In Helm: Home > Domains > simeonpilgrim.com > Website Extensions >
    URL Rewriting
  • Wrote my rewrite correctly
    RewriteCond %{REQUEST_FILENAME} !-f</span><span class="normalFont">
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .* /blog/index.php [NC,L]
    <blank line>
    

  • Changed my WordPress permalinks to custom
    /%year%/%monthnum%/%day%/%postname%/

One Response to “Permalinks fixed”

  1. [...] Simeon Pilgrim Not just another WordPress weblog « Permalinks fixed. [...]

Leave a Reply