pr0nto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess overwritten?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.
Forum: Fixing WordPress
In reply to: htaccess overwritten?# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: htaccess overwritten?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?
Forum: Fixing WordPress
In reply to: htaccess overwritten?The /stats are unaccessible again (404). Any idea why this might be occurring?
Forum: Fixing WordPress
In reply to: htaccess overwritten?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)