1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-01-18 21:11:00 +00:00
ComunicWeb/.htaccess

8 lines
192 B
ApacheConf
Raw Normal View History

2017-01-21 18:30:27 +00:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>