ComunicWeb/.htaccess

8 lines
192 B
ApacheConf
Raw Permalink 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>