-
-
Save Dezzign/3bfd96de65ffdc9acda20764f1854163 to your computer and use it in GitHub Desktop.
Revisions
-
jp26jp created this gist
Apr 11, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # This code must be placed in the .htaccess # file that is located in the root directory RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^.]+?)/?$ /$1.html [L,R=301]