Google

Posts Tagged ‘server’

redirect website in plesk

Thursday, December 27th, 2007

I am affraid using third party for control panel, for example plesk and cpanel. Because in cpanel, I can’t use .htacces, it make error page.

So, for redirect domain in plesk, I was searching in google and I found this tutorial, he said for using this script in .htaccess :

RewriteEngine on
RewriteCond %{SERVER_NAME} $domain [OR]
RewriteCond %{SERVER_NAME} www.$domain
RewriteRule ^.*$ http://$Redirect_To_Domain [R=301]

Note: $domain match the $domain above (e.g. mywebsite.com.au) and $Redirect_To_Domain should be the domain to which you are redirecting to (e.g. mynewwebsite.com.au).

(more…)

del.icio.us Digg Technorati Google Yahoo

Investigating Spammer on your qmail server

Friday, November 23rd, 2007

this morning i try to check my queue, wow i have 32355 email on my qmail server. That’s abnormal count.
for manage your qmail, its easy if using another third party, for example qmHandle and qmail-remove. Install both of them into your machine.For your info, qmHandle now can remove email in queue with on a criterion or use multiple delete requests. But for me, that not more power full than qmail-remove. (more…)

del.icio.us Digg Technorati Google Yahoo