• Resolved ppoivre

    (@ppoivre)


    Hi,

    I was trying to fine tune WP SUPER CACHE when it asked to rewrite my .htaccess file… which i did… Since then I can no longer access my site beyond my homepage it seems that all my permalinks are broken. Each time I try to access a page or and article I get 404 not found… I uninstalled completly WP Super cache… erased the “cache” statement from wp-config… rewrote my htaccess file with this:

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

    and pulled my hair out trying to have my site working again… Anyone can help please… Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Super Cache] All my pages & post are NOT FOUND !!! PLEASE HELP.’ is closed to new replies.