So you need to open up some ports in your firewall for your network printer. … [Read more...]
Modify or Remove Canonical Created by Yoast SEO Plugin
Canonical URL information is injected into the head of your webpage when using Yoast SEO plugin. If you need to remove the injected canonical URL from a particular single page or post you can do so with the below code snippet by placing it into your functions.php file within your Wordpress theme. Canonical URL helps deal with duplicate content issues by utilize the … [Read more...]
How to Take Ownership of Drive via CMD
How to take ownership of an expansion drive, flash drive or any drive for that matter on Windows 7 or 10 using the command prompt (CMD). Use this to take ownership then change permissions to everyone. This is useful when drive permissions get messed up and the drive gives you a permission denied or access denied error message. We will use the command prompt with elevated admin … [Read more...]
Move WordPress .htaccess to Virtual Host for Improve Performance
Moving you Wordpress .htaccess file to your vhost configuration files will indeed improve the performance of apache. … [Read more...]
HOW TO RESOLVE MYSQL 1064 ERRORS
NOTE BOTH OF THESE SEGMENTS OF CODE GIVE MYSQL 1064 ERRORS BUT NO HELPFUL DOCUMENTATION FOUND ON HOW TO RESOLVE OR EVEN WHAT THE SPECIFIC ERROR IS.6.14.13 CREATE VIEW wp_search_publications as SELECT wp_pods_publications.name, wp_pods_publications.publisher, wp_pods_publications.pub_author, wp_pods_publications.publication_date, … [Read more...]