by Amit | Apr 24, 2021 | Apache mod-rewrite and htaccess related Articles, htaccess, mod-rewrite
In this article I will give you a quick overview of mod-rewrite L and END flags. I will show you (with examples) how these two flags work and what’s the difference between L vs END . What is L flag and how it actually works in htaccess L is the most used flag in...
by Amit | Apr 22, 2021 | htaccess, WordPress
In this article I will give you a quick overview of what the wordpress htaccess is , how it works and how you can manually add your custom code to your htaccess on WordPress site. With WordPress blog CMS you get a default htaccess file that the WordPress uses to...
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 Verma | Apr 3, 2021 | Apache mod-rewrite and htaccess related Articles, htaccess, url-rewriting
In this post you will learn how to shorten a long URL with very simple steps using RewriteRule directive in an htaccess file. We are going to change a really long URL that is hard to type , hard to remember and not good for SEO in this article. We have a URL of the...
by Amit | Mar 30, 2021 | Apache mod-rewrite and htaccess related Articles, htaccess, url-rewriting
One of the most common issue every mod-rewrite users encounter while using RewriteRule directive to shorten their URLs is the IMG, CSS , JS and other relative resources failing to load. If you are using RewriteRules to rewrite your URLs then you may sometimes face...
by Amit | Mar 27, 2021 | apache, Apache mod-rewrite and htaccess related Articles, htaccess
There are different ways and directives to set an environment variable on Apache server through a htaccess file. One of the most common and the easiest way to set an Environment variable is by using a RewriteRule directive. It’s the easiest method because you...