Article's listed under sub domain

MySQL Find and Replace text in the entire table
Article featured image

In most of MySQL task we need to find and replace text with another one maybe that will be URL or any string in your database. You will use mysql find and replace query while you are going to move websites from one domain to another domain or when you want to replace specific text with another one. Here […]

Article featured image
authorPankaj PawarinJavaScript
Lazy Load Images Using jQuery
Article featured image

jQuery lazy load images is the opposite of pre-loading images. Lazy load delays loading of images in a long web page. pre-loading images on long web page will take too much time to load web page, instead of this we use lazy load on long web page. Using lazy load images make web page load […]

Article featured image
CodeIgniter, htaccess, index.php, mod rewrite rule, SEO, url rewrite rule
Article featured image

How to improve page speed or page loading time? This question lots of time ask and search online. Reason behind this question is, today we have used lot’s type of web font, different type CSS to look and feel and in now days CSS Transitions on your website and the vast area cover by java […]

Article featured image
Remove index.php from url using .htaccess file in codeIgniter
Article featured image

We all knows we need seo freindly urls for better page ranking in search engine. search engine always try to searve good and accurate content to user which user is searching for. when you are trying to remove some part from url, what you will exactlly do? when you are try to remove index.php from url, you […]

Article featured image
[Solved] Hentry missing author, missing update and missing title
Article featured image

In google webmaster lot of people have seen this errors, this structured Data errors related with you schema.org or microformats.org. if you have configuring hentry or entry you must need to specify four things which is mostly important part in hentry, h-entry is a simple, open format for episodic or datestamped content on the web. h-entry […]

Article featured image
authorPankaj PawarinDevOps
Copy directory and files from remote server to local machine – linux command SCP
Article featured image

Today I am in big trouble I want to take emergency backup from client-server to another server, this is not actual problem main problem is the size of data and its more than 50 GB and I don’t want or any one don’t want to download and upload huge data from server to local machine and again on server. I […]

Article featured image
Command to List Hidden Directory And Files In Current Directory – linux
Article featured image

To list hidden files and directories in the current directory in most Unix-based systems (like Linux and macOS), you can use the following command in your terminal: If you want to list only hidden directory/folder then run: This option shows hidden files along with detailed information such as permissions, owner, file size, and modification date.

Article featured image
authorPankaj PawarinDevOps
Create Wildcard Sub-domain from your hosting panel / cPanel
Article featured image

Why we need wildcard sub-domain and what is the wildcard sub-domain? When you are creating multiple network site or you will allow user to create own site for them on your domain, for this automation process you need Wildcard sub-domain. When you have fixed number of sub-domain that time you really don’t need to create […]

Article featured image
WordPress .htaccess file – SEO optimized
Article featured image

In this post I have mention the code for .htaccess file, this will help you to improve your page speed and SEO ranking. The basic WordPress .htaccess file have basic URL rewriting rules # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php […]

Article featured image
Optimize your WordPress by upgrading robots.txt
Article featured image

Here we have talking about a vary small part of website, But it’s most important in your social or online presence. All search engines have there own Crawlers, Crawler or Search Engine Robots it’s automated script which is grab data from your website and show it too user. When users are try to find or […]

Article featured image
Sharing Info Cookie Consent

Our website uses cookies to improve your browsing experience and relevant content delivery. Before continuing to use our website, you agree & accept of our Cookie Policy & Privacy.