Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RewriteEngine On
- RewriteRule ^([^/\.]+)/([^/\.]+)?$ postagem.php?type=$1&slug=$2
- RewriteRule ^inicio/?$ index.php [NC,L]
- RewriteRule ^nova/?$ form_cadastro.php [NC,L]
- RewriteRule ^novo/?$ form_cadastro.php [NC,L]
- RewriteRule ^editar/?$ index-admin.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement