/
var
/
www
/
vhosts
/
nabawater
/
app
/
branch
/
/var/www/vhosts/nabawater/app/branch
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0777
rm
runtime/
-
0777
rm
.gitignore
0
0644
edit
dl
rm
.htaccess
220
0644
edit
dl
rm
config.php
42
0644
edit
dl
rm
index.php
818
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/app/branch/.htaccess
(220B)
RewriteEngine on # if a directory or a file exists, use the request directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward the request to index.php RewriteRule . index.php
Save
cmd:
run