| Current Path : /var/www/html/encuesta.sumar.com.py/public/ |
| Current File : /var/www/html/encuesta.sumar.com.py/public/.htaccess |
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Redirige a index.php todas las peticiones que no sean archivos o carpetas reales
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>