Skip to content

Instantly share code, notes, and snippets.

@OpeOnikute
Created September 10, 2019 09:38
Show Gist options
  • Save OpeOnikute/435f0140ae93a10167356cab36dfd746 to your computer and use it in GitHub Desktop.
Save OpeOnikute/435f0140ae93a10167356cab36dfd746 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
ErrorDocument 404 /404.html
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment