Forum Replies Created

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

    (@loganfrederick)

    OH SNAP!

    You’re awesome.

    So I reset the permalinks to normal and now it’s working. I changed them again, still working!

    This has been puzzling me for days.

    threestyler is the Logan Frederick Person of the Day award winner.

    Thread Starter loganfrederick

    (@loganfrederick)

    Here’s .htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter loganfrederick

    (@loganfrederick)

    I renamed .htaccess to .htaccessa (something random) and then the About page got a:

    Not Found

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

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Any other ideas? Specific .htaccess fixes?

Viewing 3 replies - 1 through 3 (of 3 total)