Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Thank you, I’ll fix it ASAP.

    Stefano.

    Thread Starter ram108

    (@ram108)

    Stefano, thank you for update.

    I wrote about incorrect .htaccess in previous topic also. The problem is if WordPress installed in subdir (not in the root, but accessible from the root) .htaccess will be wrong:

    RewriteCond /.../jyoti.ru/SUBDIR/wp-content/cache/lite-cache%{REQUEST_URI}/index.html -f
    RewriteRule ^(.*) wp-content/cache/lite-cache/$1/index.html [L]

    last line should be

    RewriteRule ^(.*) /SUBDIR/wp-content/cache/lite-cache/$1/index.html [L]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors with php 5.4’ is closed to new replies.