Viewing 4 posts - 16 through 19 (of 19 total)
  • #31443
    Brian
    Member
    Post count: 33

    and this is how the .htacess file looked before;
    ________________________________________________________________
    # 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

    # BEGIN REQUIRED FOR WEBFONTS

    AddType font/ttf .ttf
    AddType font/eot .eot
    AddType font/otf .otf
    AddType font/woff .woff

    <FilesMatch “\.(ttf|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    # END REQUIRED FOR WEBFONTS

    # protect wpconfig.php
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>

    #who has access who doesnt
    order allow,deny
    #deny from 000.000.000.000
    allow from all

    # disable directory browsing
    Options All -Indexes

    #block referring domains
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} digg\.com [NC]
    RewriteRule .* – [F]

    #disable hotlinking of images with forbidden or custom image option
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)schalx.nl/.*$ [NC]
    #RewriteRule \.(gif|jpg)$ – [F]
    #RewriteRule \.(gif|jpg)$ http://www.yourdomain.com/stealingisbad.gif [R,L]

    # php compression – use with caution
    <ifmodule mod_php4.c>
    php_value zlib.output_compression 16386
    </ifmodule>

    # protect from spam comments
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
    RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
    _________________________________________________________________

    #31872
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Brian,

    1) My advice would be to install Better WordPress Minify – Neighborhood is ready to go with this plugin.

    2) Do you have the correct langauge files in /language ? I’m guessing you’ve set the language in wp-config.php too?

    – ed

    #31972
    Brian
    Member
    Post count: 33

    Ok Ed,
    I’m gonna try that tomorrow.
    Installed the shop from scratch again, to see if it was a database thing…
    But so far, speed is about the same 64/100 firebug pagespeed, after a fresh install. Will be installing Better WordPress Minify on my shop, let you know how much difference it will make.

    Brian

    #32317
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks!

Viewing 4 posts - 16 through 19 (of 19 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register