Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,
    Place the following code in your .htaccess file . It is in your root where you see wp-content and wp-includes. Place the following code there:

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

    Thread Starter SchaferDesign

    (@schaferdesign)

    do i insert that code in place of the existing code or in addition to? Please advise,

    Thread Starter SchaferDesign

    (@schaferdesign)

    i inserted it in place of the existing code.. but they look exactly the same..and it didn’t work!

    Check with your hosts that mod_rewrite is running on your server.

    Thread Starter SchaferDesign

    (@schaferdesign)

    will do thank you!

    Thread Starter SchaferDesign

    (@schaferdesign)

    I figured out why that was happening to just certain pages.. they were sent to the trash for some odd reason. But when i take them out of the trash everything is fine except for the permalinks are set to the default setting even though i have it set to custom. i tried resetting but that didn’t fix the dirty url’s!

    Thread Starter SchaferDesign

    (@schaferdesign)

    turns out the dirty url’s were because when they were recovered they were set as drafts.. now i have an issue with the images on some of the pages appearing broken..ugh..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘404 page errors’ is closed to new replies.