/var/www/vhosts/nabawater/api
NameSizeModeActions
common/-0755rm
components/-0755rm
config/-0755rm
modules/-0755rm
runtime/-0777rm
.gitignore570644editdlrm
.htaccess2190644editdlrm
index.php7720644editdlrm
Edit: /var/www/vhosts/nabawater/api/.htaccess (219B)
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