Additionally to already supported english version, our user can choose now to use another laguages, currently it is Polish, but can be easily extended to any nuber of langugaes supported by wordpress.
Anybody interested in having private blog in his native language should use available contact options.
I’m would announce new service started at NICZ SOFT – virtual mail hosting.
Virtual mail hosting is a very flexible mail server allowing maintenance of many mail domains, addresses and aliases at one place.
Basic service is 6 mail addresses whatever they are mail accounts or aliases to this accounts, all email addresses have to be in one domain. Each email address has limit of 500MB, and domain limit is 1GB. Access to accounts is secured with SSL and TLS. User can choose POP3 and IMAP access methods for accessing his account.
Anybody interested should leave a note via one of available contact options.
Additionally to already started blog hosting we have started a new service – Rails hosting.
Basic Configuration is one instance of rails in passenger, one mysql database, and 500MB disk space limit, everything with ssh access.
Anybody interested should leave a note via one of available contact options.
Last night all blogs hosted under niczsoft.com were updated to newest version of WordPress MU – that is 2.7.
It looks like everything worked fine. I’m not sure but it looks like working a bit faster.
After writing previous post about mod_rewrite I have discovered that google webmaster tools stoped veryfing my domain www.niczsoft.com. After investigation I sadly have discovered that Ask Apache Search Engine Verify plugin neither Add Meta Tags can display meta tags on my page. short reading allowed me to find the right place to correct this behavior:
- go to your’s installation directory of search-engine-verify,
- edit file search-engine-verify.php at line 191 change
if(is_home() && !is_paged()){
with:
if((is_home() && !is_paged()) || is_page()){
With this two steps all pages will contain veryfication tags, so you can redirect as many pages as you wan’t.