Big Webmaster

Tips and Help for Webmasters

Enable Apache Server Status on Webmin

Leave a Comment

Enable Apache Server Status on Webmin

Apache Server Status is a handy module which will display detailed information on the performance of your Apache web server. First, make sure you have the mod_status module enabled. In Webmin, browse to “Server”, then “Apache”. Choose the “Global Configuration” tab, and go to “Configure Apache Modules”. Then hit the “Enable Selected Modules” button, then […]

Filed Under: code Tagged With: apache, server-status, webmin

Adsense Ad Bad Practice

Adsense Ad Bad Practice

Look at the Ad’s below. They are Google Adsense ads, however where is the “Ads by Google” label that is required?

Filed Under: code Tagged With: adsense

How to noindex the https version of your pages

2 Comments

Your site has SSL enabled so each page can be http OR https. How to you avoid having duplicate content?

Filed Under: code, ecommerce Tagged With: 443, https, ssl

Solved: URL file-access is disabled in the server configuration

7 Comments

Solved: URL file-access is disabled in the server configuration

If you get an error similar to: URL file-access is disabled in the server configuration on 1and1, create a blank file called php.ini, and place the following line in the file. allow_url_fopen = ON then upload the file to the root folder of the domain, and it should solve the problem.

Filed Under: code Tagged With: 1and1, php.ini, URL file-access is disabled

Redirect directory and contents using htaccess

2 Comments

Redirect directory and contents using htaccess

How to redirect an entire directory and all internal files using the htaccess file.

Filed Under: code, wordpress Tagged With: htaccess, redirect

MySQL Query on timestamp using PHP

Leave a Comment

MySQL Query on timestamp using PHP

In this example I had to create a query only to display orders for the last 90 days. The orders table is using a standard MySQL timestamp field to store the date of the order. I made timestamp indexed since we will be doing this query against this field. I figured the easiest way was […]

Filed Under: code Tagged With: MySQL, PHP, timestamp

Tracking Email Marketing Results

1 Comment

Tracking Email Marketing Results

Find out if users are reading and responding to your email newsletters. This simple method will determine a direct correlation between newsletter clicks and sales.

Filed Under: code, ecommerce Tagged With: email marketing, results, tracking

Website backups

1 Comment

Website backups

How to automate website backups. Follow this very simple procedure to schedule your website backups. You will be glad you did.

Filed Under: code, tips Tagged With: backup, website backup

WordPress image uploader crashing Firefox

Leave a Comment

WordPress image uploader crashing Firefox

If you are having trouble with Firefox crashing when you go to try to upload an image using the WordPress flash-based image uploader. Here is a quick fix. Go into your Firefox addons. (Tools – Add ons). Find the Google Gears entry. Click Disable button, and restart your Firefox Browser.

Filed Under: code, wordpress Tagged With: firefox, wordpress

WordPress Automatic Update with 1and1

WordPress Automatic Update with 1and1

How to make the automatic update work with your WordPress blogs that are hosted on 1and1 shared servers. These are blogs that you set up yourself, not the blog that 1and1 can install for you. The problem I was having was the update would start, and then just stop after a few seconds. Then in […]

Filed Under: code, wordpress Tagged With: 1and1 wordpress, error 500, wordpress

Musical Notes

29 Comments

Musical Notes

How to display musical notes without images. (ASCII) The quarter note: ♩ which is ♩ The eighth note: ♪ which is ♪ The single bar note: ♫ which is & #9835; The double bar note: ♬ which is & #9836;

Filed Under: code Tagged With: music notes

Removing the Generator Tag from WordPress

Leave a Comment

Removing the Generator Tag from WordPress

Before making changes to your theme, always make sure you backup your files. Within your themes directory is a file called functions.php. Simply add this line to that file between the php tags (ex: under the <?php tag ) remove_action(‘wp_head’, ‘wp_generator’); This will remove the “generator” tag from appearing in the meta head section of […]

Filed Under: code, tips Tagged With: tips, wordpress

Next Page »

Categories

  • bots
  • code
  • ecommerce
  • misc
  • software
  • tips
  • tools
  • wordpress

Do Follow!

Wordpress Podcast Theme

Pages

  • About

Copyright © 2022