Active Passive ftp IIS and other
Here a brief explaination on the security on Passive FTP. This has the same impact on the machines running passive ftp now a days As you know, FTP is a TCP/IP application-level protocol—not a Microsoft...
View ArticleDisplay Post Excerpts Only in WordPress – dont display full content
Changing the Full Post Content to an Excerpt : WordPress makes changing your content displays on your own full version WordPress easy. To change the way your content displays on these pages, edit the...
View ArticleUsing Crontab with Plesk to call PHP files (drupal – joomla – etc )
Having battled with getting a php file to be called from a scheduled task (a.k.a. a crontab task) using the Plesk interface panel on a Linux box, I thought I’d share a bit of a how-to on it because I...
View ArticlePassword protect a directory within IIS
1. Create the user: Administrative Tools -> Computer Management Expand Local Users and Groups Right-click Users, select New User… Fill in the appropriate fields, be sure to clear the box for “User...
View Articlerewrite domain redirect using htaccess
Fill your .htaccess file and place it in your root directory : ## Can be commented out if causes errors, see notes above. Options +FollowSymLinks # # mod_rewrite in use RewriteEngine On ##########...
View ArticleMake a php info test file on your webserver
put a file in your websites root directory or a in some folder : info.php : <?php phpinfo(); ?> save and give execute writes : chmod +x
View Articlecreate php forwarder inframe
<HTML> <HEAD> <TITLE>domain1</TITLE> </HEAD> <FRAMESET ROWS=”*,0″> <FRAME SRC=”http://domain2/file2.html” NORESIZE> <NOFRAMES> Your browser does not...
View ArticleMagento – Unable to complete request error while saving attributes
If you have have across this error: unable to complete request error then this solution could be what you just need to do to solve it. 1) Flush your Magento cache storage First point of call, should be...
View ArticleCombine httpdocs and httpsdocs to one in plesk 11 – 12
Combine the httpdocs and httpsdocs Folders 1. Log into your Plesk Panel. 2. Click “Websites & Domains.” 3. Click “Show Advanced Operations.” 4. Click “Website Scripting and Security” 5. Uncheck the...
View ArticleFind spam being send through website php plesk postfix script
Identifying the php scripts that are sending mail is the first step to protecting yourself against would-be spammers. Follow these steps to find the domains on which these scripts are running using...
View Articleauto redirect http to https plesk apache nginx directives
Go to your hosting configuration in Plesk : Additional Apache directives Add the following to Additional directives for HTTP : Redirect / https://domain.com/ All http requests will be redirected to...
View ArticleConvert apache htaccess rewrite rules to nginx rewrite rules automatically
The people @plesk builded a nice extension for converting htaccess content to nginx directives. Keep in mind : for plesk 11.5 and up ! Use the following plesk extension :...
View ArticleSetting up MySQL replication with existing data Master – Slave
This is a step-by-step guide on how to replicate an existing MySQL server. The server is live and contains data and needs a constant backup companion. Many tutorials focus on how to setup replication...
View ArticleRemoving website malware the manual way
How do we manually remove website malware? As a webhoster (www.linix.eu) / website owner (schalley.eu), I daily face websites being compromised. It doesn’t matter how hard you try, it’s not really...
View ArticlePlesk bulk force renewal of Let’s Encrypt certificates for all domains
A few days ago I got a notice from the Let’s encrypt guys. ACTION REQUIRED: Renew these Let's Encrypt certificates by March 4 We recently discovered a bug in the Let's Encrypt certificate authority...
View Article