1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-01-15 03:47:42 +00:00
ComunicWeb/.htaccess
2017-01-21 19:30:27 +01:00

8 lines
192 B
ApacheConf
Executable File

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>