Advertisement
MizunoBrasil

.htaccess para url amigável

Jun 28th, 2022 (edited)
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteRule ^([^/\.]+)/([^/\.]+)?$ postagem.php?type=$1&slug=$2
  3. RewriteRule ^inicio/?$ index.php [NC,L]
  4. RewriteRule ^nova/?$ form_cadastro.php [NC,L]
  5. RewriteRule ^novo/?$ form_cadastro.php [NC,L]
  6. RewriteRule ^editar/?$ index-admin.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement