• I’m using wordpress on windows with permalink url rewriting enabled. I have it working but having problems figuring out the Rewrite rule to manually place in my ini file.

    Such as I’m not sure what the url variables should be and what pages it should rewrite to.

    I have a custom/static page called “about” (that’s the post slug) but I’m not sure how I display it with URL. Do I redirect to the index.php and what variables do I pass?

    /index.php?page=about

    I tried the above and it didn’t work. Does anyone know what I’m trying to do and have some hints? Or just paste a line from your .htaccess file that references a static custom page.

Viewing 1 replies (of 1 total)
  • Thread Starter klinder

    (@klinder)

    Just my luck, found another site without url rewriting and found out what the proper url is and wrote my own Rewrite rule.

    For those interested in what a URL Rewrite URL should look on a windows install:

    RewriteRule /about/?(.*) /index.php?pagename=about [I,U,O]

    This will give the ability for a custom page to be created named “about” that will use permalinks.

Viewing 1 replies (of 1 total)

The topic ‘Custom / Static page URL Rewrite Rule’ is closed to new replies.