Created
March 31, 2019 00:56
-
-
Save dayaki/89c9f637b0b64affe75d281acf6c9ccd to your computer and use it in GitHub Desktop.
Revisions
-
dayaki created this gist
Mar 31, 2019 .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,10 @@ <IfModule mod_rewrite.c> # Turn Off mod_dir Redirect For Existing Directories DirectorySlash Off # Rewrite For Public Folder RewriteEngine on RewriteRule ^(.*)$ public/$1 [L] </IfModule>