• Resolved ros1990

    (@ros1990)


    Hi,
    The plugin w3 total cache affects my permanent links.

    I did tests with other plugins when deactivating them but with the only one that I have problems is with W3 Total Cache.

    In a wordpress forum they gave me this answer:

    “If the error message “The required directives for fancy permalinks could not be detected” appears, follow these steps:
    On the left sidebar, hover over Settings, and then click Permalinks.
    Choose a method of Permalinks other than the default setting, and then click Save Changes.
    To return to the W3 Total Cache Settings, hover over Performance in the left menu, and then click General Settings.”

    But it does not fix the problem and I think it’s better to put my problem in this forum directly.

    I have also deleted my .htacsses but when using the plugin the error appears again:
    “The directives required for the permalinks could not be detected, please confirm if they are available: Creation and Edition”

    In the left column in the section of permanent links my configuration is customized, I do not have the default configuration

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    Can you please check if your .htaccess contains the following:

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

    Also, make sure that you have sufficient write permissions for your files and folders.

    Thread Starter ros1990

    (@ros1990)

    Yes, my .htaccess contains:

    <IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
    <IfModule mod_setenvif.c>
    # Netscape 4.x has some problems…
    BrowserMatch ^Mozilla/4 gzip-only-text/html

    # Netscape 4.06-4.08 have some more problems
    BrowserMatch ^Mozilla/4\.0[678] no-gzip

    # MSIE masquerades as Netscape, but it is fine
    # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

    # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
    # the above regex won’t work. You can use the following
    # workaround to get the desired effect:
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

    # Don’t compress images
    SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
    </IfModule>

    <IfModule mod_headers.c>
    # Make sure proxies don’t deliver the wrong content
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    </IfModule>

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

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    Backup your .htaccess. Delete all rules except between # BEGIN WordPress and # END WordPress and save. Check if your .htaccess file has 644 permission. Go to your WP Dashboard>Settings>Permalinks and select the desired permalink. Save all settings.
    See if the issue persist.

    Thread Starter ros1990

    (@ros1990)

    I did everything indicated and my .htaccess has the permissions. The error keeps appearing. I return my .htacces as it was? What I deleted, what do I put again?

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    Please check this link for Using permalinks =>https://ww.wp.xz.cn/support/article/using-permalinks/

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Permanent Links’ is closed to new replies.