how to parse files without .php extension as .php extension, if you using php5 version.



how to parse files without .php extension as .php extension, if you using php5 version...

Answer / preetysingh

<Files ~ "^[^.]+$">
SetHandler application/x-httpd-php5
</Files>

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Apache Interview Questions

How does apache license work?

0 Answers  


What is use of nonroot user in httpd.conf file on apache?

0 Answers  


How do I check apache version?

0 Answers  


What language is apache web server?

0 Answers  


Is apache tomcat a web server or application server?

0 Answers  






How do I enable apache modules?

0 Answers  


what is meant by a struct and its purpose with an example program?

1 Answers   IBM,


What is the apache webserver?

0 Answers  


What are the various types of virtual hosts in apache?

0 Answers  


Where is apache installed?

0 Answers  


If you specify both deny from all and allow from all, what will be the default action of Apache?

4 Answers  


What is the possible reason for a ‘connection reset by peer’ error?

0 Answers  


Categories