/
var
/
www
/
myprog.com.ua
/
telegram
/
/var/www/myprog.com.ua/telegram
mkdir
upload
Name
Size
Mode
Actions
cert/
-
0755
rm
config/
-
0755
rm
controllers/
-
0755
rm
libs/
-
0755
rm
models/
-
0755
rm
views/
-
0755
rm
webhooks/
-
0755
rm
.gitignore
104
0644
edit
dl
rm
.htaccess
386
0644
edit
dl
rm
index.php
275
0644
edit
dl
rm
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 <FilesMatch "flash"> Order Allow,Deny Deny from all </FilesMatch> RedirectMatch 403 ^/.git/?$ RedirectMatch 403 ^/config/?$
Save
cmd:
run