shafihuzaib / hfeeds

An easy to use RSS Feed Generator - Open Source Alternative to feed43.com
68 stars 21 forks source link

how to write the htaccess file in heroku? #8

Open cs-usst opened 3 years ago

cs-usst commented 3 years ago

I deployed the app to heroku, but the xml file cant be parsed as php, most of the time the xml code was displayed in the browser rather than converted into php code. I've tried these: AddHandler application/x-httpd-php .xml AddHandler x-httpd-php .xml AddHandler application/x-httpd-php7 .xml AddHandler x-httpd-php7 .xml