ComunicAPI/.htaccess

6 lines
113 B
ApacheConf
Raw Permalink Normal View History

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