by Amit | Apr 15, 2021 | apache, Apache mod-rewrite and htaccess related Articles, htaccess
htaccess has always been a confusing topic for all Apache users especially for newbies who are learning to write RewriteRules to modify URLs via an htaccess file. The reason why some people find it confusing is because the Apache mod-rewrite documentation is hard to...
by Amit | Apr 11, 2021 | AndroidStudio
Android studio on Windows PC A question that I often see users asking on the internet is “Does Android studio really work on 4 or 8 gigabyte RAM machine” , “Android studio system requirements” . The short answer is Yes . It works but it depends...
by Amit | Feb 24, 2022 | earn money online, how-to
There’s an abundance of great ideas for online organizations. Online has indeed created it extremely simple to create a business. With just a website, it is possible to reach anyone in any location around the globe. Make sure you target the correct...
by Amit | Feb 23, 2022 | Apache mod-rewrite and htaccess related Articles
This article explains how to remove trailing slash from URLs using htaccess file. If you want to do the opposite , then see How to enforce a trailing slash . A trailing slash in any URL is a slash character that appears at the end of the URL. The following URL has a...
by Amit | Feb 13, 2022 | Apache mod-rewrite and htaccess related Articles
Deny access to a specific IP address with htaccess With htaccess it is possible to block a specific IP address so that it can not access your website. You can block a specific part of your site or whole site for that spacific IP. Blocking access to a client IP is...
by Amit | Feb 12, 2022 | Apache mod-rewrite and htaccess related Articles
This article is for mod_rewrite beginners who want to learn how to remove a segment from URLs. If you are new to htaccess and URL rewriting you can follow our Basic htaccess tutorial which is designed especially for beginners. In this article, we will learn how to...
by Amit | Feb 9, 2022 | Apache mod-rewrite and htaccess related Articles
If you are using htaccess to rewrite URLs or to remove file extension ,then you might sometimes face this issue as your HTML form stops sending POST data. The problem occurs because the rule you are using to remove file extension from URLs does two types of URL...
by Amit | Jan 18, 2022 | Apache mod-rewrite and htaccess related Articles
In this article I will show you how to write a RewriteRule for htaccess to redirect a website to another website with homepage exception. I will show you a RewriteRule that does a 301 redirect from your website to another external site. The redirection will get...
by Amit | Jan 8, 2022 | Apache mod-rewrite and htaccess related Articles
This article explains how to set a subfolder as root folder for your domain name using RewriteRule directive in an htaccess file. With an htaccess file , you can easily manage your site URLs the way you want to. You can shorten a long URL, you can completely change...
by Amit | Nov 30, 2021 | Apache mod-rewrite and htaccess related Articles
The most common use of an htaccess file is to shorten and rewrite URLs so that they can look clean and preety. Short URLs are often easy to remember and type in a web browser. So instead of typing a long URL you can just use its clean version to go to the original...
by Amit | Nov 25, 2021 | YouTube
There was a time when YouTube users only needed 1K subscribes to get their channel monotised . “Watch hours” wasn’t the issue only 1K subscribers cap was required but now on YouTube you also need 4000 watch hours in order to be able to monotise your...
by Amit | Nov 15, 2021 | Apache mod-rewrite and htaccess related Articles
HTTP_REFERER header contains URL of the site where the visiter came from. If you came to this site from Google search the domain in the REFERER header will be google.com . REFERER header contains the full URL string excluding the fregment part which isnt sent to the...