Recently in Google Search Console I've started seeing lots of HTTP 404 errors related to /services/ category. Last month, I've decommissioned that site and moved to another URL. Take a look at new …
.htaccess • Tag Archive
The .htaccess file is a configuration file for Apache web servers that allows for the manipulation of server-side behavior and behavior for a specific directory.
It is commonly used for tasks such as URL rewriting, password protection, controlling access to specific files or directories, and custom error pages.
The .htaccess file is a powerful tool for website administrators, and can be used to optimize the behavior and performance of a website. However, it should be used with caution as a misconfigured .htaccess file can have unintended consequences, such as causing a website to become inaccessible.
How to fix Access-Control-Allow-Origin (CORS origin) Issue for your HTTPS enabled WordPress Site and MaxCDN
On Crunchify Business site we have enabled HTTPS from day one. Recently WordPress.com announced 100% HTTPS enablement even for hosted domains at WordPress.com and that's a great news. While setting …
HTTP 301 Permanent Redirect Basics and .htaccess Rules (10 Most frequently used Rules added)
When you need to permanently change the URL of a web page or your entire website, and you want your new and returning visitors and the search engines to find your new web page it’s recommended to use …
How to Speed up WordPress Leveraging Browser Caching via .htaccess
Leverage browser caching to make your webpages faster. If you can leverage browser caching, you can increase website speed considerably. As Google starts considering site speed as a SEO parameter, …
Read Article about How to Speed up WordPress Leveraging Browser Caching via .htaccess →
Why Blogger Should Stop using Tags in their WordPress Blog Post?
WordPress Tag is a predefined taxonomy since beginning. Almost all, I would say 99% of the sites use WordPress Tags in their blog post. In contrast to WordPress Category, Tag holds low value and …
Read Article about Why Blogger Should Stop using Tags in their WordPress Blog Post? →
How to Fix 404 Page Not Found Error by Adding 301 Redirect using .htaccess Method?
Everybody in this world who uses internet must have faced 404 - Page Not Found error at any given time. HTTP error code 404 is the most common error code in WordPress. Being very powerful CMS with …
How to fix Higher CPU, Memory Usage for WordPress site? Optimization Guide, htaccess tricks and Disqus
We are hosted at Squidix semi dedicated hosting and it's pretty reliable. We never faced any issue with them. But recently we noticed higher CPU and Memory usage on our server. There might be …
15 Essential Settings and Optimization Tasks After Installing WordPress for First Time
New to WordPress? Well, you are not alone. Every online blogger and smart thinker who want to have online presence have to start blog some day. This is the WordPress optimization guide for …
How to redirect any incoming request from non-secure (HTTP) to secure (HTTPS) call?
I love WordPress and all the customization which I do on my WordPress blog here. For Crunchify.com I've enabled HTTPS (SSL) some time back. Currently it's disabled but we are planning to add it back …
WordPress: How to Remove Extra Query Parameters from URLs
In the World Wide Web, a query string is the part of a uniform resource locator (URL) that contains data to be passed to web applications such as PHP/ASP/CGI programs, hence WordPress. A typical …
Read Article about WordPress: How to Remove Extra Query Parameters from URLs →