1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress 2.5.1 - Pages shows "404 | Page Not Found!" error with IE

Discussion in 'WordPress' started by EvoWRZ®, Jun 11, 2008.

  1. #1
    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.
     
    EvoWRZ®, Jun 11, 2008 IP
  2. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Im seeing it with firefox too.
     
    pipes, Jun 11, 2008 IP
  3. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Yah, it work with firefox and not working with IE and Opera (just installed it) :(
     
    EvoWRZ®, Jun 11, 2008 IP
  4. niessuh

    niessuh Well-Known Member

    Messages:
    861
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    128
    #4
    try to clear cookies and cache of your IE browser and load again the page.
     
    niessuh, Jun 11, 2008 IP
  5. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #5
    I did but still getting the 404 message :confused:
     
    EvoWRZ®, Jun 11, 2008 IP
  6. susan8051

    susan8051 Peon

    Messages:
    1,358
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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):
     
    susan8051, Jun 11, 2008 IP
    EvoWRZ® likes this.
  7. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #7
    Hi Susan,
    Thanks for you response :)

    The pages open in firefox without any problem.
    [​IMG]

    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:
     
    EvoWRZ®, Jun 11, 2008 IP
  8. susan8051

    susan8051 Peon

    Messages:
    1,358
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #8
    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..

    [​IMG]

    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..
     
    susan8051, Jun 11, 2008 IP
  9. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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.
     
    godsofchaos, Jun 11, 2008 IP
  10. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #10
    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 :rolleyes: 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 :eek: Stupid newbie :D

    Yahooo, the pages now working with any browser in the world :cool:

    Thank you susan.
     
    EvoWRZ®, Jun 11, 2008 IP
  11. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #11
    I edited the header.php to shows the about & image gallery pages only :), back to pro :D
     
    EvoWRZ®, Jun 11, 2008 IP
  12. susan8051

    susan8051 Peon

    Messages:
    1,358
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #12
    fine.. thanks to hear that it finally worked for you.. :) also do edit the .htaccess file to its previous state.. :)
     
    susan8051, Jun 11, 2008 IP
  13. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #13
    I already done that ;), thanks.
     
    EvoWRZ®, Jun 11, 2008 IP