• Home
  • Systems
  • Networking
  • WordPress
  • Web
  • Geekery

Analysis and Review

Quick Tips for Webmasters, redirects, find, reload

January 11, 2011 by Kurt Turner

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/

Filed Under: Systems

Latest and Greatest

Apache vs Nginx for WordPress

Certbot Lets Encrypt And WordPress MU Multi-Site

How To Find and Replace Multiple File in MS Word

How To Get Stretch Res on Windows 10 AMD Radeon For Game Play

This is the ASUS Chromebox we've been running for 2 years as our "brain" for our home grown digital display kiosk.

DIY Digital Signage Bulletin Board or Kiosk

© Copyright Analysis And Review · All Rights Reserved ·