0

I need to run a PHP project on XAMPP.

All PHP files ends with .php5 extension.

When I just run those files it prints the PHP code instead of executing.

So, how can I execute .php5 in xampp?

2
  • 2
    @Quentin I think redirecting him to a .htaccess solution is not good. Those things should be solved by apache configuration and not htaccess. The linked question explicitly asks for .htaccess which is not the case here. wiki.apache.org/httpd/Htaccess The use of .htaccess files is discouraged as they can have a detrimental effect on server performance. Only use them when necessary. Commented May 14, 2018 at 9:22
  • @Xatenev Yes. It isn't the solution what I wanted. But another user suggest stackoverflow.com/questions/460589/… as a duplicate of this question. I solved my question from that link. Thanks Commented May 14, 2018 at 9:30

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.