/var/www/myprog.com.ua/telegram
NameSizeModeActions
cert/-0755rm
config/-0755rm
controllers/-0755rm
libs/-0755rm
models/-0755rm
views/-0755rm
webhooks/-0755rm
.gitignore1040644editdlrm
.htaccess3860644editdlrm
index.php2750644editdlrm
Edit: /var/www/myprog.com.ua/telegram/.htaccess (386B)
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$ index.php?url=$1 [QSA,L] Options All -Indexes php_flag display_errors on php_flag display_startup_errors on Order Allow,Deny Deny from all RedirectMatch 403 ^/.git/?$ RedirectMatch 403 ^/config/?$