Reload Apache2
/etc/init.d/apache2 reload
a2ensite domainname.com
display query status on page <!– <?php print $query;//print_r($results); ?> –>
Redirects
Redirect 301 /somedomain /forwardtohere
Redirect 301 http://oldodmain.oldpage.html http://google.com
This one will 301 redirect the entire directory to a certain file (location) or homepage.
RedirectMatch 301 ^/community(.*) http://fantasyknuckleheads.com
mysql replace for wordpress multisite
UPDATE wp_9_posts SET post_content = REPLACE(post_content, ‘/wp-content/uploads/’, ‘/wp-content/blogs.dir/9/files/uploads/’);
Find files with ubuntu linux
find / -iname ‘*.ogg’
find / -name domfile.txt
grep -iR “Player not found into database” /var/www/html/wp-content/plugins/simple-tags/inc/