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

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{
"host": "host117523.hostido.net.pl",
"host": "server.hostline.pl",
"username": "www@grechuta.pagedev.pl",
"password": "3VPxHu2ZLYALhxbskeNB",
"password": "baNvq3dWPAXZPj2yWvSE",
"remotePath": "/public_html/",
"protocol": "ftp",
"port": 0,

118
.vscode/ftp-kr.sync.cache.json vendored Normal file
View File

@@ -0,0 +1,118 @@
{
"ftp://host117523.hostido.net.pl@www@grechuta.pagedev.pl": {
"public_html": {
".htaccess": {
"type": "-",
"size": 517,
"lmtime": 0,
"modified": false
},
"index.php": {
"type": "-",
"size": 405,
"lmtime": 0,
"modified": false
},
"license.txt": {
"type": "-",
"size": 19915,
"lmtime": 0,
"modified": false
},
"readme.html": {
"type": "-",
"size": 7409,
"lmtime": 0,
"modified": false
},
"wp-activate.php": {
"type": "-",
"size": 7387,
"lmtime": 0,
"modified": false
},
"wp-admin": {},
"wp-blog-header.php": {
"type": "-",
"size": 351,
"lmtime": 0,
"modified": false
},
"wp-comments-post.php": {
"type": "-",
"size": 2323,
"lmtime": 0,
"modified": false
},
"wp-config.php": {
"type": "-",
"size": 3326,
"lmtime": 0,
"modified": false
},
"wp-config-sample.php": {
"type": "-",
"size": 3336,
"lmtime": 0,
"modified": false
},
"wp-content": {},
"wp-cron.php": {
"type": "-",
"size": 5617,
"lmtime": 0,
"modified": false
},
"wp-includes": {},
"wp-links-opml.php": {
"type": "-",
"size": 2502,
"lmtime": 0,
"modified": false
},
"wp-load.php": {
"type": "-",
"size": 3937,
"lmtime": 0,
"modified": false
},
"wp-login.php": {
"type": "-",
"size": 51367,
"lmtime": 0,
"modified": false
},
"wp-mail.php": {
"type": "-",
"size": 8543,
"lmtime": 0,
"modified": false
},
"wp-settings.php": {
"type": "-",
"size": 29032,
"lmtime": 0,
"modified": false
},
"wp-signup.php": {
"type": "-",
"size": 34385,
"lmtime": 0,
"modified": false
},
"wp-trackback.php": {
"type": "-",
"size": 5102,
"lmtime": 0,
"modified": false
},
"xmlrpc.php": {
"type": "-",
"size": 3246,
"lmtime": 0,
"modified": false
}
}
},
"$version": 1
}

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,