Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pr0nto

    (@pr0nto)

    Awesome! That didn’t work, but I did use that to help me Google for something. It led to a help file by my webhost that expanded on that code a bit more and works perfectly. Thanks for the 444 reminder though, I would have totally forgotten.

    Thread Starter pr0nto

    (@pr0nto)

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

    # END WordPress

    Thread Starter pr0nto

    (@pr0nto)

    I’m still having /stats issues as well as /feed. If I rename/delete the .htaccess file, stats is accessible. Is there any way I can fix this issue, or something I can put into the .htaccess to allow access to those features?

    Thread Starter pr0nto

    (@pr0nto)

    The /stats are unaccessible again (404). Any idea why this might be occurring?

    Thread Starter pr0nto

    (@pr0nto)

    Touche. That’s what was causing the /categories part not loading. Still, there’s the issues with trying to load /stats every so often. I think it also affects /feed. This is noticeable every week or so and only gets fixed when I delete the htaccess (which, as you pointed out, screws over more important parts of my page)

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