Created
April 18, 2018 02:18
-
-
Save sh78/62d021a762e6c3fc056b1deb20a502eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Options +MultiViews | |
RewriteEngine On | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^([^\.]+)$ $1.php [NC,L] | |
RewriteRule ^([^\.]+)$ $1.html [NC,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment