WordPress Post – On Post – 404 Page Not Found

SecFilterEngine Off SecFilterScanPOST Off This rules apply to Apache 1.x, but if your host uses Apache 2.x. then you don’t need it. Make sure you have permissions to upload your file to server. Also, make sure <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php … Read more

Some images not found 404 in localhost

Changing the home and siteurl in your wp_options table is not enough unfortunately. You will still have your post content with your non-localhost URL (http://domain.com) causing your website to not display properly on your localhost. Once you’ve downloaded and imported your database to your localhost. Follow these steps: Go and download Interconnect IT’s Database Search … Read more

page nested 3 levels deep shows 404

This should not be a problem unless you’ve a same slug page / post in your TRASH somewhere. Check your Pages / Posts trash and see if you’ve “series” slug there? If not, try creating another page and see if its just a matter of the page name / slug or its happening with all … Read more

Override 404 page with htaccess

As far as I can see, it is not possible to use a custom 404 ErrorDocument directive in your htaccess file because WordPress’ index.php will always be found when processing the htaccess content. (unless ofcourse index.php got deleted for some reason) Because index.php is found, it will not trigger the ‘404 not found’ ErrorDocument directive. … Read more

Custom Post Type / Two level deep taxonomy (cat. and subcat.) uri problem (error 404)

After many headaches, I’ve spent days and hours finding a solution. I’ve find a solution for two problems commented above. I hope it helps to someone: PROBLEM 1: I realized that when I changed Permalink to Plain (wordpress admin > settings > permalink > Plain) and when I click in Breadcrumb link “iluminacion interior” it … Read more