File Manager
Create Folder
Create File
Upload File
Home
/ Directory >
/
home1
/
swachhmaharashtr
/
public_html
/
app
/
views
/
partials
/
errors
Item Name
Actions
error_404.php
Delete
Rename
Edit
error_general.php
Delete
Rename
Edit
error_no_permission.php
Delete
Rename
Edit
error_server.php
Delete
Rename
Edit
forbidden.php
Delete
Rename
Edit
Edit File: forbidden.php
<style> .info-head h1 { font-size: 172px; font-weight: bold; color: red; } </style> <div class="container"> <div class="info-head text-center"> <h1 class="my-3">403</h1> <h2 class="text-muted">Resource Access Forbidden!</h2> </div> <div class="my-3"> <div class="text-center"> <h2 class="text-danger mb-2">You are not authorized to access this page!</h2> <div class="text-muted"><small>Please contact system administrator for more information</small></div> <hr /> <a href="<?php print_link(HOME_PAGE); ?>" class="btn btn-primary">Go to home page</a> </div> </div> </div>