Hi and Happy New Year,
I have two problems and I need your help and advice:
1) Ι have two sites with Newspaper Theme : http://www.alexiptoto.com/ and http://constantinoupoli.com/ .
The first has 4.6.1 version and the other one 3.8. I do not update it cause I have a problem with greek letters.
In both I have enable GREEK EXTENDED SUPPORT and just GREEK SUPPORT and in some devices like INEW Mobile (not all) the letters look like black boxes. In constantinoupoli.com 3.8 everything looks fine in all devices.
2) I have a bandwith problem on my server and I try to reduce it. I post every one hour an article on http://www.alexiptoto.com/ . Do you suggest and plugin which can help?
Also can you send me the code for expire headers that you advice for the theme to add on htaccess file???
Hi,
Sorry for the delay!
1. Could please let me know on which mobiles have you encountered this character issues? A screenshor would also help.
2. Unfortunately I can’t recommend you one and also guarantee it will work as we haven’t tested any plugins of this type.
You can use the WordPress schedule system: http://en.support.wordpress.com/posts/schedule-a-post/ or a plugin like: Auto Post Scheduler or similar.
For the expire header please check point 2 from this guide: https://forum.tagdiv.com/pagespeed-guide/
Please let me know!
Thanks
ok thanks I fix problem one.
2. About expire headers is this looks fine for htacces file?
# 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>
AddType text/javascript .js
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
# END WordPress
Hi,
only move the # END WordPress from the end of the file to the end of the wordpress section. Some plugins look for that in .htacess
# 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
AddType text/javascript .js
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
when i paste this ony my htaccess i got this message on my homepage
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@alexiptoto.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at http://www.alexiptoto.com Port 80