Thanks a lot Steven,
Great support!
Issue #1:
I see i bought my Pro version somewhere in August 2013. Version 1.3.2.
I quess it can't be updated to 1.4.4 without license renewal?
I lost my download link, but i just requested a new one via the website.
Issue #2:
As my site got hacked more then once, i tightened security using SSL and some WP_ security plugins. I see my htacces file got filled with lots of information, but i quess most of it need to be in there. "Deny from all" is listed several times, but i don't want to delete or change them all to "Allow from all", also for security reasons. These are all listings in my htaccess file with keywords "Deny from all":
# BEGIN All In One WP Security
#AIOWPS_BLOCK_WP_FILE_ACCESS_START
<Files license.txt>
order allow,deny
deny from all
</files>
<Files wp-config-sample.php>
order allow,deny
deny from all
</Files>
<Files readme.html>
order allow,deny
deny from all
</Files>
#AIOWPS_BLOCK_WP_FILE_ACCESS_END
#AIOWPS_BASIC_HTACCESS_RULES_START
<Files .htaccess>
order allow,deny
deny from all
</Files>
ServerSignature Off
LimitRequestBody 10240000
<Files wp-config.php>
order allow,deny
deny from all
</Files>
#AIOWPS_BASIC_HTACCESS_RULES_END
#AIOWPS_PINGBACK_HTACCESS_RULES_START
<Files xmlrpc.php>
order deny,allow
deny from all
</Files>
#AIOWPS_PINGBACK_HTACCESS_RULES_END
#AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_START
<Files debug.log>
order deny,allow
deny from all
</Files>
Do you happen to know which one to edit, perhaps?
Thanks a lot again for your help!