• 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 - 76 through 90 (of 118 total)
  • Something is fundamentally wrong with this update, that’s for sure. Like some of you here, setting minify to “manual” didn’t help me either.

    Here’s the steps I’ve gone through since being aware of this problem, NONE helped except turning minify off completely:

    1. Set to manual and order css files as they appear to load on Pingdom Tools (using “Link hierarchy” to make sure I’m not mis-ordering”

    2. Deleted any reference of W3 in .htaccess (to make sure nothing is appended) and reuploaded, re-configured, tried auto, manual – didn’t work.

    3. Tried enabling only css in manual mode, tried enabling only JS in manual mode, tried adding one file by one, nothing.

    So I turned off Minify for now. I’m still a bit anxious about how my site is looking even though I logged out and checked in all browsers, can anyone have a look at https://insfired.com and let me know of any issues / load times..?

    Hopefully this mess will be over soon.

    Awesome, thanks, this is very helpful, in the past I needed to get an older version of other plugins and didn’t know how to get them.

    @SKMan22- Your site looks fine- beautiful design, BTW.

    @robnalexpress – Thanks for the help & feedback. Hopefully this will be over soon and I can get back to writing some content to go along that design ??

    @vitalichka My site works fine when logged-out and also when accessed from other desktop computers, so long as I set Minify to cache to disk rather than the APC Opcode cache module.

    Incidentally, I am testing Total Cache at a test domain hosted on one of my Windows Servers with Apache 2.2.17 and a virgin installation of WordPress 3.1.2. No other plugins are installed. If access to that website admin system would be of any value to the Total Cache developer for troubleshooting, I would be pleased to provide admin login credentials.

    @skman22 your site looks fine here. I agree with robnalexpress’ comment about the beautiful design.

    Thanks admintiger, I just wish I could focus a bit on it instead of W3 though!!

    New problem everyone!!

    https://cdn.insfired.com/wp-content/uploads/2011/05/WakeUp-196×196.jpg?51404

    Now the hell is that question mark and 51404 at the end of my URL??? I don’t want that there. Anyone has a clue?

    @admintiger mine worked fine as well but then for whatever reason after saving config files, it broke, so I disabled it since I don’t know the cause at the moment. I think I’ll wait for a more stable release before I implement minify and other features. It was odd because it worked under enhanced, then stopped, worked under minify on then stopped, worked with url rewriting and different caching levels, then stopped.

    @skman22 I don’t know, but I suspect that ‘?51404’ has been appended to the filename to make it unique in case there happens to be another file with the same name in cache. Even though two or more files may have the same name, they may not be identical. One might be a newer version or they even could be entirely different.

    Version 0.9.2.1 is not fixing it for me. With minification on at all, I get unstyled content.

    In addition, the “Help” menu in Minify settings has a background, but I can’t scroll down far enough to see the “Save Changes” button. So no go there.

    BTW, I’m using FF 4.0.1, Google Chrome and Safari on a Mac, in case that helps anyone.

    nicjansma – I couldn’t find any lines in my .htaccess containing “# BEGIN W3TC Minify core”

    Could that be part of the problem?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    pull-start – Are you looking in the right folder? wp-content/w3tc/min?

    Ipstenu – No! I wasn’t. I was looking at the root .htaccess. (Which has w3tc browser cache and page cache rules.) I will check the others now. Thanks!

    OK. I found the correct .htaccess file (thanks Ipstenu), but the RewriteRule lines are slightly different. From the original post:

    Change this line:
    RewriteRule ^w3tc_rewrite_test$ index.php?w3tc_rewrite_test=1 [L]
    To:
    RewriteRule ^w3tc_rewrite_test$ index.php?w3tc_rewrite_test=1 [QSA,L]

    Change this line:
    RewriteRule (.*) index.php?file=$1 [L]
    To:
    RewriteRule (.*) index.php?file=$1 [QSA,L]

    From my .htaccess, the only lines containing “RewriteRule”:

    RewriteRule (.*) $1%{ENV:APPEND_EXT} [L]
    RewriteRule ^([a-f0-9]+)\/(.+)\.(include(\-(footer|body))?(-nb)?)\.[0-9]+\.(css|js)$ index.php?tt=$1&gg=$2&g=$3&t=$7 [L]

    Any ideas why the .htaccess code would look different?

    I tried altering those lines of .htaccess, and it didn’t solve the problem. Enabled “Minify” and got a totally un-styled website, with and without “Rewrite URL structure” enabled.

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