Update FTP configuration and add PHP handler in .htaccess

This commit is contained in:
2024-12-28 15:51:46 +01:00
parent 01e021cbac
commit 7760ccd0cb
4 changed files with 127 additions and 6 deletions

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "host117523.hostido.net.pl",
"host": "host117523.hostido.net.pl",
"name": "server.hostline.pl",
"host": "server.hostline.pl",
"protocol": "ftp",
"port": 21,
"username": "www@grechuta.pagedev.pl",
"password": "3VPxHu2ZLYALhxbskeNB",
"password": "baNvq3dWPAXZPj2yWvSE",
"remotePath": "/public_html/",
"uploadOnSave": false,
"useTempFile": false,