Create .htaccess

This commit is contained in:
MatMasIt 2021-02-02 13:24:00 +01:00 committed by GitHub
parent 78e9855a66
commit f610299b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.htaccess Normal file
View File

@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule "^api" "view.php"
</IfModule>