Support » Plugin: W3 Total Cache » Page Cache URL rewriting is not working

  • Resolved polle001

    (@polle001)


    hi, I just update to Versión 0.9.2 of W3 Total Cache and get this error in the dashboard.

    It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

    I had no error before the update, can someone please help in how to fix it ?

    Thanks.

Viewing 15 replies - 1 through 15 (of 118 total)
  • Thread Starter polle001

    (@polle001)

    Ok, I have a no style site now.

    Activity in Safari gives me this:

    site.com/wp-content/w3tc/min/02d06687693f209fafefe866efbb4edf.159000699.js
    site.com/wp-content/w3tc/min/17283efd34ed1aeabf37a0b36c1d8664.701589642.css

    Forbidden in both.

    it seems they can’t be loaded no idea why. This happens just after updating.

    What to do ?

    Thanks.

    You probably have two stylesheets with the same name. Check how they’re loaded in the functions.php of your theme and make sure there are no duplicate names. If that isn’t it a plugin may be overwriting one of your stylesheets.

    Thread Starter polle001

    (@polle001)

    This happens with Versión 0.9.2 of W3 Total Cache.

    Deactivating it everything works fine, just update and this happened.

    Any fix for this ?

    Thread Starter polle001

    (@polle001)

    It seems its Minify causing the problem, lets hope Frederick can confirm this.

    If someone else knows a fix, please share.

    Thanks.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Confirmed the same problem.

    It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

    I can ‘fix’ it by turning off CSS minification.

    Also I did update my min/.htaccess file to:

    # BEGIN W3TC Minify core
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /wp-content/w3tc-ipstenu.org/min/
        RewriteRule ^w3tc_rewrite_test$ index.php?w3tc_rewrite_test=1 [L]
        RewriteRule (.*) index.php?file=$1 [L]
    </IfModule>
    # END W3TC Minify core

    It used to be

    # BEGIN W3TC Minify
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /wp-content/w3tc-ipstenu.org/min/
        RewriteRule ^([a-f0-9]+)\/(.+)\.(include(\-(footer|body))?(-nb)?)\.[0-9]+\.(css|js)$ index.php?tt=$1&gg=$2&g=$3&t=$7 [L]
    </IfModule>
    # END W3TC Minify
    ~

    ChrisWiegman – It’s entirely possible I DO have two style.css, since I’m using a child theme.

    I can confirm that it is not directly caused by the W3TC Minify feature.

    I have W3TC Minify disabled and I am also getting the same error. 🙁

    Hopefully someone finds a fix for this soon.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    iwebsource – What do you have Minify Cache Method: and Page Cache Method: set to?

    I have Minify set to APC and Page set to Disk (Enhanced).

    Same here after upgrading to version 0.9.2.

    Looks like a bug in new version. Previous build had no such issue.

    Just an FYI re: the “help” button in Minify settings [(page=w3tc_faq#q41) i.e., “Help” tool available on the minify settings page”] page which lists file-path/file-names that could be manually selected for “minification” … you can find it under settings:
    “General”->”Minify”->”Minify Mode”->choose “Manual”

    Then when “help” button is clicked, a transparent page opens which appears overlayed on top of the “settings” page — hard to see. Also can’t scroll down on the opened page to select manually the files for minification.

    0.9.2 looks great overall!

    I got the same error as well, but otherwise, everything does seem to be loading fine.

    i also got 3 error after update to 0.9.2!!
    you can see my erros on: http://i51.tinypic.com/aelb1x.jpg

    they are:
    1. The permalink structure
    2. Page Cache URL rewriting is not working
    3. Minify URL rewriting is not working

    i don’t no how to fix that problems. i just want to go back to the previous version but i don’t no how to do that.

    now, my site still error (because i deleted this plugin) 🙁

    I’ve theme problem with latest version of W3 Total Cache.Any way to fix it?Currently Ive disabled this plugin.

    Seems like I am having similar problems with:

    Page Cache URL and Minify URL rewriting.
    It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

    and It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

    Looking forward to resolving this.

    Also if using a shared host, should we disable database caching and use object caching instead?

    Thank you.

    Salt Lake Examiner

    Dear Frederick,

    I’m sure you can shed some light on this. I have a similar issue as my comment predecessors:

    ++++++++++++++++++++

    It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

    ++++++++++++++++++++
    The .htaccess is writeable.

    I’m sure there are many benefits contained in this new release of your incredible plugin. Can’t wait to see it in full-blown action!

    Thanks in advance,
    Angie

    @angiep

    Make sure .htaccess is set to 777 then try to auto-install, if does not work add the code manually. So make sure to copy the code before doing auto-install. This should fix autominify. But as far as Page Cache URL rewriting, I still can’t figure out how to make it work.

    It’s also not talking to CloudFlare using the correct API key.

    Any suggestions? Anyone?

    Thanks

    PS. Oh yeah, almost forgot, make sure to set .htaccess back to 644

Viewing 15 replies - 1 through 15 (of 118 total)
  • The topic ‘Page Cache URL rewriting is not working’ is closed to new replies.