A simple HTML Redirect Script
<html><head> <meta http-equiv=”Refresh” content=”0; url=http://www.example.com/”> </head><body> <p>Please follow <a href=”http://www.example.com/”>link</a>!</p> </body></html>
Hanya sebuah post it
<html><head> <meta http-equiv=”Refresh” content=”0; url=http://www.example.com/”> </head><body> <p>Please follow <a href=”http://www.example.com/”>link</a>!</p> </body></html>
Apache web server allow directory browsing by default. It’s always good to disable directory browsing in security aspect. To disable directory browsing in apache web server you need to edit the httpd.conf or .htaccess
Since I’ve upgraded my server to php 5.3 and it’s severely broken Joomla. While I’ve turned off all the obvious errors, there are things that just don’t work (like certain docman templates not showing...
Windows 7 Starter. Windows 7 ini diperuntukan bagi mereka yang sudah memiliki komputer kecil atau netbook. Sistem ini lebih banyak fitur yang dapat digunakan untuk berhubungan dengan dunia maya atau internet
Berikut adalah beberapa perintah dasar shell pada Linux yang sering digunakan
Setting up an eggdrop on ubuntu is really easy. What is an eggdrop? Here is some info ripped off of: http://www.eggheads.org/
If your server running multiple versions of php, you can deside which of the php version that compatible with the php script you have.
The solution for me on the RB750 was to hold in the reset button while cycling the power… //Bahasa Indonesia Caranya dengan menekan tombol reset pada saat akan MENGHIDUPKAN listriknya.
Want to have a free control panel can use to control web hosting? That like cPanel, directadmin etc (which is a paid software)
<marquee> text to scroll here <marquee> and it moves from right to left and loops, than how to stop it on mouseover and then start back up when mouse away from it???