laguinho/lista/master/.htaccess - Htaccess File

laguinho/lista/master/.htaccess

RewriteEngine on

AddDefaultCharset utf-8
SetEnv TZ America/Sao_Paulo

RewriteRule ^tarefas$ app.php [NC,L]
RewriteRule ^tarefas/([a-zA-Z0-9_-]+)$ app.php?tarefa=$1 [NC,L]
RewriteRule ^tarefas/$ /tarefas [NC,L,R]
RewriteRule ^tarefas/([a-zA-Z0-9_-]+)/$ /tarefas/$1 [NC,L,R]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache