How to encrypt password with PHP

8 years ago

We will see how to encrypt information in PHP in order to store and exchange it safely. But first, we'll do… Read More

Search favicons from any website using PHP

8 years ago

Search favicons from any website using PHP and download favicons file to your server. If you request a website URL… Read More

Leverage browser caching for .htaccess

8 years ago

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

How to Write Robots.txt for Your Website?

8 years ago

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

After automatic update of WordPress my site showing blank white page

8 years ago

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

How to display links in a WordPress excerpt?

8 years ago

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

How to remove index.php From Website URL?

9 years ago

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

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

9 years ago

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

Redirect Non WWW to WWW Using .htaccess

9 years ago

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

Speed up WordPress CMS Menu Loading

9 years ago

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

This website uses cookies.