Php not getting parsed

Hello everyone I just signed up and uploaded my site however my .php index isn’t rendering for some reason
Here’s the link
And that’s my .htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^pletkitenamama.000webhostapp.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.pletkitenamama.000webhostapp.com/$
RewriteCond %{REQUEST_URI} !site/
RewriteRule (.*) /site/$1 [L]
DirectoryIndex index.php index.html home.php

1 Like

Try adding line to your .htaccess -

php_flag output_buffering on

This topic was automatically closed after 44 hours. New replies are no longer allowed.