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

View File

@@ -13,4 +13,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# END WordPress
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
SetHandler application/x-lsphp83 /opt/alt/php83 usr/bin/lsphp
</FilesMatch>