Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter John

    (@dairehardesty)

    Here it is:

    
    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    ##### Added By AWS CDN Plugin #####
    
    <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css)$">
    <IfModule mod_headers.c>
    Header add Access-Control-Allow-Origin "*"
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>
    
    Forum: Reviews
    In reply to: [Nude] Not actually a theme
    Thread Starter John

    (@dairehardesty)

    Surely the default pre-installed themes do the same thing?

    Thread Starter John

    (@dairehardesty)

    Hi, got sorted elsewhere as you don’t seem to reply to questions anymore.

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