• the plugin keeps telling me that the code for fancy perma links is not there but it is…. what do i do?

    The required directives for fancy permalinks could not be detected, please confirm they are available:

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

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have this same problem. I don’t know where to put this code.

    After looking into it, I believe this code is supposed to be inserted into the .htaccess file.
    I’m running a Windows server, however, and I have a web.config file instead of htaccess. Is this a problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: W3 Total Cache] After Upgrade getting Htaccess code not detected but its there’ is closed to new replies.