• RoyPrince

    (@royprince)


    I cannot get permalinks working.

    I updated to WP_2.1.3

    When I remove */%year%/%monthnum%/%day%/%postname%/* from the .htacces file all is well – put get ugly permalinks. However when it is included in .htaccess I get error messages:
    “Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Web Server at visionsofhome.org”

    This is my .htaccess file:

    errordocument 404 http://visionsofhome.org

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php
    </IfModule>

    /%year%/%monthnum%/%day%/%postname%/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Chris_K

    (@handysolo)

    You manage Permalinks at Options -> Permalinks, not by making uncoordinated changes directly to .htaccess. Let WP do that (or tell you what to change if you have it readonly).

    Thread Starter RoyPrince

    (@royprince)

    When I put an empty .htaccess file on the server in the root for blog directory and change it to 666 and make the change to address type as you have noted above I get:
    http://visionsofhome.org/about/
    and:’
    Not Found
    The requested document was not found on this server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks Problem’ is closed to new replies.