summaryrefslogtreecommitdiffstats
path: root/rest/.htaccess
blob: 01eb9367110e77f5133f477965580cb66ac8b2ff (plain)
1
2
3
4
5
6
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-s
    RewriteRule ^(.+)\.view$ index.php?action=$1 [QSA]
</IfModule>