Skip to content

Instantly share code, notes, and snippets.

@shibbirweb
Created March 10, 2022 05:11
Show Gist options
  • Select an option

  • Save shibbirweb/a5bbbf92b0794839932a1c7ae89e5567 to your computer and use it in GitHub Desktop.

Select an option

Save shibbirweb/a5bbbf92b0794839932a1c7ae89e5567 to your computer and use it in GitHub Desktop.
Force load .html page then rewrite extension. Best use for Static HTML Generation
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment