GITLAB

Comunidad Desarrollo UBV / Arcu2

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • arcu2
  • .htaccess
  • 74c93ed64   proyecto de arcu con correcciones: contador de caracteres especiales en la resolución Browse Code »
    root
    2021-09-28 06:49:00 -0400  
.htaccess 173 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]