mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
6 lines
113 B
ApacheConf
6 lines
113 B
ApacheConf
|
<IfModule mod_rewrite.c>
|
||
|
RewriteEngine On
|
||
|
RewriteRule ^index\.php$ - [L]
|
||
|
RewriteRule . index.php [L]
|
||
|
</IfModule>
|