To change/recover root password in Debian, 1) Boot server into grub, select single user. 2) Press e to enable edit mode. Scroll down to the kernel line which starts with “linux /boot/vmlinuz-2.x…….” Scroll to the end of that line and press space key once only and type init=/bin/bash 3) Press Crtl x to boot 4) Remount ‘/’ partition $ remount [...]
The following redirect rules can be used in the .htaccess for permanently redirecting http to https (secure connection) in Apache with SSL. RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] or RewriteEngine on Options +FollowSymLinks RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://www.%{SERVER_NAME}%{REQUEST_URI} [L,R] Find helpful? Spread it! Tweet
Hostgator sold out to EIG (Endurance International Group) - One of biggest news in 2012 probably. The official statement is not out yet on the website but the wiki page of EIG mentions Hostgator as one of them. The one more source is from WebHostingTalk “Endurance International Group Inc., formerly BizLand,is one of the world’s largest website [...]

