1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-07-17 23:38:09 +00:00
Files
3rdparty
RestControllers
classes
config
functions
helpers
.htaccess
LICENSE
README.md
index.php
init.php
ComunicAPI/.htaccess
2017-05-17 14:01:36 +02:00

6 lines
113 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteRule . index.php [L]
</IfModule>