Permalinks fixed

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
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .* /blog/index.php [NC,L]
    <blank line>
    

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

This entry was posted in Blogs and tagged , . Bookmark the permalink.

One Response to Permalinks fixed

  1. Pingback: Moving Wordpress from Apache to IIS

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>