• In the good old days, I could make my page links pretty by simply setting the custom permalink structure to: /%category%/%postname%/

    I’ve done a lot of sites this way and it’s worked great… on managed hosting. Now I’m battling through maintaining my own server and my “normal” way doesn’t work:

    http://www.devineforassessor.com (look at the contact page link)

    I made my .htaccess writable by WordPress. I tried to edit my apache2.conf to satisfaction, but it still doesn’t work.

    What am I missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Leovenous

    (@leovenous)

    And for the record I did read all the docs I could and followed most of the external links and read them.

    Thread Starter Leovenous

    (@leovenous)

    I’m still working on this.

    Is mod_rewrite working and enabled. You can check by created a small test.php file with the following code and upload it to your webserver and then visit the file in your browser.

    <?php
    phpinfo();
    ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Server config for pretty permalinks’ is closed to new replies.