When i open any page using IE i get the 404 error message even the Sitemap page and Archives. This problem with IE, the pages open with FF. Any solution please, Thanks.
404 message shows up in firefox too.. are u using some htaccess rewrite to show http://evowrz.com/sitemap.xml ?? if so i would suggest you to add this to your htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule sitemap$ sitemap.xml [L] </IfModule> Code (markup):
Hi Susan, Thanks for you response The pages open in firefox without any problem. No, i do not used htaccess rewrite to show the sitemap.xml file. I added that in my htaccess file but still the same problem ( BTW this is my htaccess file NOW! # BEGIN WordPress # Rewrite www.domain.com to domain.com <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule sitemap$ sitemap.xml [L] </IfModule> # END WordPress PHP: And the other one in wp-admin folder for the uploading problem. <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> PHP:
i think that may be a cached page.. clear the private data in Firefox and i think you will see a 404 page in firefox too.. and how did u make these pages?? are these pages made using Write>Page from your wordpress dashboard?? your about page is displaying properly but not the ones that u have mentioned..
change the theme man, otherwise you'll lose way too much visitors. Did you change your permalinks recently? Try updating/saving it again and then try it.
Yes, i see the 404 message now after clearing the private data in firefox. I made them using Write>Page from my wordpress dashboard, But The pages was Unpublished i made them unpublished cuz i don`t wanna show them in the Top. and what makes me not to think of that, the CACHE!, i made them unpublished and see the pages in firefox working fine so, i say it`s ok to make them unpublished Stupid newbie Yahooo, the pages now working with any browser in the world Thank you susan.
fine.. thanks to hear that it finally worked for you.. also do edit the .htaccess file to its previous state..