Guest User

Untitled

a guest
Jun 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /crud/
  3. RewriteRule .* index.php
  4. #RewriteRule .* manutencao.php
  5.  
  6. ErrorDocument 401 http://localhost/crud/401.php
  7. ErrorDocument 403 http://localhost/crud/403.php
  8. ErrorDocument 404 http://localhost/crud/404.php
  9. ErrorDocument 500 http://localhost/crud/500.php
Add Comment
Please, Sign In to add comment