/
var
/
www
/
vhosts
/
nabawater
/
app
/
vendor
/
/var/www/vhosts/nabawater/app/vendor
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0777
rm
runtime/
-
0777
rm
.gitignore
58
0664
edit
dl
rm
.htaccess
220
0664
edit
dl
rm
config.php
42
0664
edit
dl
rm
index.php
818
0664
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/app/vendor/.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
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