ojgarciab/marketpro-mejorado/master/public/.htaccess - Htaccess File

ojgarciab/marketpro-mejorado/master/public/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule . index.php [L]
</IfModule>
<IfModule !mod_rewrite.c>
Error El modulo "mod_rewrite" es necesario para el correcto funcionamiento de SLIM. Por favor, activelo usando "sudo a2enmod rewrite && sudo restart apache2"
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache