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-6928465f6768d137578181/] NOTE: If…

7 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…

8 years ago

Redirect non-www to www in .htaccess

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

8 years ago

Common .htaccess file Redirects

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

8 years ago