1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-02-20 16:32:42 +00:00

6 lines
113 B
ApacheConf
Raw Normal View History

2017-05-17 14:01:36 +02:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteRule . index.php [L]
</IfModule>