Using wget to download contents of entire ftp directory
Friday, October 17th, 2008Posted in Linux, tip | No Comments »
Posted in Linux, tip | No Comments »
Redirect domain with .htaccess
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.domain.com$
RewriteRule ^(.*) http://www.domain.com/$1 [QSA,L,R=301]
Posted in Apache, Php, SEO | No Comments »