php codes are not parsing, just shows codes as it is
using xampp,other projects working fine in same xampp server,
no short tags used <?.
I tried simple html file also, still showing codes only
Asked
Active
Viewed 103 times
-2
Asif
- 65
- 8
-
how are you accessing, as `http://localhost` or `file:///`? and the extension for it is what, `.php` or `.html`? – Funk Forty Niner Mar 12 '17 at 13:58
-
`http://localhost/` , i tried both php and html files, all shows the code – Asif Mar 12 '17 at 13:59
-
are all services running and properly and well configured? you showed no code also. – Funk Forty Niner Mar 12 '17 at 14:01
-
all services running, and other projects also working fine, even simple html file not working – Asif Mar 12 '17 at 14:03
1 Answers
1
Thanks all, for your response, its my fault, i tried kcfinder,which generated a .htaccess file in project folder that i didn't notice. that contains php_flag engine Off
Asif
- 65
- 8