Security Tip: Update Your .htaccess File To Block Directory Browsing

Security Tip: Update Your .htaccess File To Block Directory Browsing

If you have a folder on your website hosting account that doesn’t have an index or home file (example index.php, index.html, home.php), the default is to display a list of the items contained inside the file, with links to open them. MOST of the time, this is NOT what we want to happen. Here’s how to Fix it…

read more
Apple OS Tip:  How to show “hidden” files

Apple OS Tip: How to show “hidden” files

Here is a quick reminder tip for finding and displaying hidden files in the Apple OS environment. This often comes up with website and Wordpress development when you need to access or modify files like ".htaccess". Use finder to navigate to the directory where the...

read more
WordPress: How to create child theme with Child Theme Configurator plugin

WordPress: How to create child theme with Child Theme Configurator plugin

Concern:  How to make custom edits to theme pages, CSS sheets, add custom functions, and save site customize settings…. without changing the core theme files and protecting changes from future theme updates.

Solution: Child Themes. These are themes that are dependent on their parent theme to operate and are not stand-alone themes. They contain only the theme files that have been changed or customized. For this tutorial we choose the Child Theme Configurator plugin because it’s popular, it’s free version has everything we need, and it is actively updated at the writing of this blog post.

read more