PHP Classes

File: backend/Router/.htaccess

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Web App Multi-Perfil   backend/Router/.htaccess   Download  
File: backend/Router/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Web App Multi-Perfil
App that uses CRUD to manage multiple users
Author: By
Last change:
Date: 1 month ago
Size: 269 bytes
 

Contents

Class file image Download
RewriteEngine On # Verifica se o documento solicitado é um arquivo real RewriteCond %{REQUEST_FILENAME} !-f # E se é um diretório real RewriteCond %{REQUEST_FILENAME} !-d # Se não for um arquivo ou diretório, redirecione para index.php RewriteRule ^ index.php [L]