Hi guys,
I've been using this code to parse html as php (so php code can load in html pages)
this is how my .htaccess looks like
the ifmodule is added automatically by wordpress, but it used to work perfectly until a week ago. now, when i try to open my index.html file, the browser tries to download the file rather than showing it. Please gimme a hand. By the way, my site is http://cesarjosue.pcriot.comHTML Code:AddType application/x-httpd-phpv2 .htm .html <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /cesarpcriot/blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /cesarpcriot/blog/index.php [L] </IfModule>


LinkBack URL
About LinkBacks
Reply With Quote



