comunic/.htaccess

8 lines
192 B
ApacheConf
Raw Normal View History

2016-11-19 11:08:12 +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>