comunic/.htaccess
2016-11-19 12:08:12 +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>