1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-03-31 10:32:40 +00:00
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>