• Hi in htaccess i have this

    RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" -f

    In which option is this?
    I would like to disable it because it cause at site many problems.

    If i remove it form htaccess it will generated again automatically.
    Thanks

Viewing 1 replies (of 1 total)
  • Ashok

    (@bappidgreat)

    If you go to /wp-content/plugins/w3-total-cache/PgCache_Environment.php line no 527 you will see the function that is generating this htaccess code. To be precise it is around line 730. You can modify in there to remove some htaccess that you don’t want.

    Please note that, this changes will be lost in next update. So it’s worth to note down this changes somewhere and apply again after your updates.

    Have a good day!

    Cheers
    Ash

Viewing 1 replies (of 1 total)
  • The topic ‘Error with one option in htaccess’ is closed to new replies.