How can i change the extension name like i have a page which
name aboutme.php but i want to show it aboutme.php3 or
aboutme.aspx?
Answer Posted / vipul dalwala
This is continuation on my above post.
You need to do above changes in httpd.conf file ( Apache
configuration file ) and after making above chnage restart
apache.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Inside a php function, what param needs to be set in order to access a global variable?
Do you know how to get the ip address of the client?
Tell me what is pear?
What is the content of /etc directory?
What is the difference between for and foreach?
What is foreach loop in php?
What does $_server mean?
What version of php do I have windows?
Explain what are the three classes of errors that can occur in php?
Write a query to find the 2nd highest salary of an employee from the employee table?
How can you compare objects in php?
Can you pass an array into a function?
What is the use of extract function in php?
What is difference between print and echo in php?
How to create a public static method in PHP?