Create .htaccess

This commit is contained in:
MatMasIt
2021-02-02 13:24:00 +01:00
committed by GitHub
parent 78e9855a66
commit f610299b72

4
.htaccess Normal file
View File

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