summaryrefslogtreecommitdiff
path: root/public/.htaccess
blob: e6b560b15089d457ce59aea3a28523dcf9ec218b (plain)
1
2
3
4
5
6
7
8
9
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [R,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [L,QSA]