anjanesh I had in a Webfaction site's .htacccess : AddType application/x-httpd-php .htm AddType application/x-httpd-php .html AddType application/x-httpd-php .xml Will this work on OpalStack ?
sean anjanesh try it like this: AddHandler application/x-httpd-php7 .htm .html .xml Action application/x-httpd-php7 /php74-bin/php-cgi <FilesMatch \.(htm|html|xml)$> SetHandler application/x-httpd-php </FilesMatch>