• Only default permalink settings will work. Other settings return Apache Not Found page when navigating to any page other than home page. Initial installation (WP 2.8/Thesis 1.5.1) for this site. But the site is one of 3 on the same hosting account. I tried deactivating all plugins and resetting to default WP theme. No luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • if the server has mod_rewrite turned on it should work
    try adding this to top of your .htaccess

    Option +FollowSymlinks

    Thread Starter on_edge

    (@on_edge)

    Thanks for the suggestion. Both problems persist. Server does, indeed, have mod_rewrite.

    Thread Starter on_edge

    (@on_edge)

    Found the answer. It was a matter of changing my httpd.conf file. Had to change:

    AllowOverride None to AllowOverride All

    Well i have something similar but it’s in reverse:

    When i set the permalinks to one of the available option it works!
    but when i reverse to DEFAULT i get the following (when loading a page):

    “The requested URL /wordpress/about was not found on this server.”

    Has anyone got an idea why?

    BTW: when i revert to DEFAULT for permalinks my .htaccess looks like this:

    # BEGIN WordPress

    # END WordPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permalinks: only default works’ is closed to new replies.