How can you parse files that were not ending with .php by
using Apache?
Answer Posted / arvind sharma
we need to change htpd.conf file for this ........have to
specify the extension which apache will parse as PHP file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me how do I check if a given variable is empty?
What is variable and data type?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
Do you know is it possible to extend the execution time of a php script?
Explain the installation of PHP on UNIX systems?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How variables are passed through arguments?
Can we use get instead of post?
What is the use of header() function in php?
Explain preg_Match and preg_replace?
Write a program to find a string is palindrome or not?
Does strlen include null?
What is var_dump?
What is meant by public, private, protected, static and final scopes?
How do I escape data before storing it in the database?