Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
yitd authored Feb 14, 2021
1 parent 9fab404 commit 1763ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule '^/(.*)$' /index.php?$1 [L]
RewriteRule ^/(.*)$ /index.php?$1 [L]

0 comments on commit 1763ce3

Please sign in to comment.