Snippets

How to remove .html, .php, etc (extension) from URL?

To remove the .html extension from your urls, you can use the following code in root/htaccess : [crayon-68be0e825e7da980359576/] NOTE: If…

6 years ago

Redirect non-www to www and HTTP to HTTPS using htaccess

Below snippet shows how to redirect a site from non-www to www (or viceversa) and from HTTP to HTTPS. To…

7 years ago

.htaccess file useful snippets

If you get 404 page not found error after installation. In this case your server needs the RewriteBase option to…

7 years ago

Redirect non-www to www in .htaccess

Below snippet shows how to redirect a site from non-www to www [crayon-68be0e825f8ac642309391/] or [crayon-68be0e825f8b6473020825/] or Here's the correct solution…

7 years ago

Common .htaccess file Redirects

Below shows common redirects using htaccess file. [crayon-68be0e825fa9a848571146/] The CI .htaccess shouldn't be in the application folder; it should be…

8 years ago