/var/www/vhosts/nabawater/app/branch
NameSizeModeActions
assets/-0777rm
runtime/-0777rm
.gitignore00644editdlrm
.htaccess2200644editdlrm
config.php420644editdlrm
index.php8180644editdlrm
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