Skip to content

Instantly share code, notes, and snippets.

@Toxiapo
Created January 17, 2020 06:12
Show Gist options
  • Save Toxiapo/6dd43a17169f2d5614bb658bdcf413e1 to your computer and use it in GitHub Desktop.
Save Toxiapo/6dd43a17169f2d5614bb658bdcf413e1 to your computer and use it in GitHub Desktop.
remove-extension-in-url
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment