How to

Leverage browser caching for .htaccess

How to do Leverage browser caching for .htaccess. Below code will tells browsers what to cache and how long to "remember" it… Read More

8 years ago

How to Write Robots.txt for Your Website?

To exclude all robots from the entire server User-agent: * Disallow: / To allow all robots complete access User-agent: *… Read More

8 years ago

After automatic update of WordPress my site showing blank white page

If you find your WordPress site showing blank white page. Then try to login with example.com/wp-admin. If you can login then… Read More

8 years ago

How to display links in a WordPress excerpt?

Allowing link in a excerpt very common issue for WordPress users. You can display excerpt link by adding this script to your theme… Read More

8 years ago

How to remove index.php From Website URL?

Remove index.php from any Website URL to keep away from Google duplicate content penalty. It will increase your website home… Read More

9 years ago

Unveiling the Secrets of AdSense Bad Content Filtering: Tips for Publishers

Introduction Google AdSense, a renowned advertising platform, provides website publishers with an opportunity to monetize their content through targeted ads.… Read More

9 years ago

Redirect Non WWW to WWW Using .htaccess

Redirect non www to www using your domain name RewriteCond %{HTTP_HOST} ^example.com$ RewriteRule (.*) http://www.example.com/$1 [R=301,L] Or use this for… Read More

9 years ago

Speed up WordPress CMS Menu Loading

Overview We can customize the WordPress navigation menus with writing few lines of codes. wp_nav_menu is the WordPress menu function to… Read More

9 years ago

Redirect HTTP traffic to HTTPS using an .htaccess

Create a .htaccess file then write this code you will redirect all HTTP traffic to HTTPS. ##Global Http to Https… Read More

9 years ago

How to Use Accelerometer in AS3 AIR

Question in Mind: How to control a car with Accelerometer sensor in ActionScript 3 (AS3)? How to read Accelerometer sensor… Read More

9 years ago

This website uses cookies.