Redirect to www & vise versa (htaccess)

Edit your .htaccess place this code after RewriteEngine On
This lines makes redirection to www

# Redirect if NOT www.example.com (exactly) to www.example.com
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

or

# Redirect if example.com (case-insensitive) to www.example.com
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

Use non-www redirect

Show hidden files in cPanel file manager

When you click on File Manager, do you get a popup box asking where do you want to go to? (NOT THE FILE MANAGER ITSELF!)

If yes:

Check the box "Show Hidden Files", and then continue normally.

If no:



Hide tray icon

Do you need to hide a program running in the background that shows in your System Tray? Try this reg hack to hide all tray icons. It’s not anything like the Windows XP tray icon hider, this one shows no trace of any icons. It would look like someone closed all background programs.

1) Click on START>RUN and type "regedit" (without the quotes).
Navigate to the following key;

Daily update ESET NOD



Update ESET NOD 1 | Update ESET NOD 2



Joomla Rockettheme Omnicron 1.5.1

The Omnicron Joomla 1.5 template has been updated to version 1.5.1 with updates to RokFeatureTable and varioius other tweaks.
Version: 1.5.1
  • Fix for featuretable column widths not displaying properly
  • Fix for menu child text being cut off in some browsers
  • RokFeatureTable layout example tweaks
Changed Files (template) – Located in the /templates/rt_omnicron_j15 directory upon installation:

  • /admin/rft-templates/price-table.txt
  • /html/mod_rokfeaturetable/default.php
  • /css/fusionmenu.css
  • /templateDetails.xml

    Cracking mikrotik 3.30


    See tutorial on this video
    http://www.youtube.com/watch?v=a0sBj2CRibk and http://www.youtube.com/watch?v=EpA98CjRvqU


    Download mikrotik 3.20, 3.30 and Crack


    PTunnel on CentOS run client Windows


    Install openvpn on centos

    I'm using CentOS 5.5 because TUN/TAP is not available in CentOS 32bit and x86. Okay, the installation will be finish in approximately 30 minutes, after finished now login to root using ssh.

    Before we're going to install OPENVPN, check your TUN/TAP whether it is active or not, if it's not you can try to install another CentOS or contact your vps provider to activate TUN/TAP.

    cat /dev/net/tun