• Resolved badgoat

    (@badgoat)


    The AIOSEO htaccess editor is quite a bit different than my actual htaccess file. I added a cache control header code in my file editor like so:

    <filesMatch “.(ico|pdf|flv|jpg|jpeg|png|gif|svg|js|css|swf)$”>
    Header set Cache-Control “max-age=84600, public”
    </filesMatch>

    What AIOSEO shows in the editor is this:

    # BEGIN CACHE CONTROL HEADERS #

    Header set Cache-Control “max-age=84600, public”

    # END CACHE CONTROL HEADERS #

    If I try to use the code that is in my file editor directly in AIOSEO htaccess editor, my website will crash. Only way to edit my htaccess file is through my file editor. I can not use the AIOSEO editor. If I copied and pasted my real htacess file with the one that is shown in the AIOSEO editor….they are completely different. Its as if the AIOSEO just shows a sanitized version of it which can not be altered….or else a website crash I will get.

    Any input?

    The page I need help with: [log in to see the link]

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

    (@arnaudbroes)

    Hey @badgoat,

    I’ve confirmed this as a bug. It’s unwantedly escaping some characters when you save them. I’ll make sure we fix this.

    – Arnaud

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @badgoat,

    Just wanted to let you know this is going to be fixed in the 4.1.4.1 update that will be released next week.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘htaccess not working?’ is closed to new replies.