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
What is meant by pear in php? What is the purpose of it?
Explain how we can retrieve the data in the result set of mysql using php?
What is sticky form in php?
What is final class and final method?
How does php work with apache?
Explain what is the static variable in function useful for?
How does php session work?
How to redirect a url from http to https in .htaccess?
What are php filters?
How to generate a character from an ascii value?
Do you know what is the difference between the include() and require() functions?
What are the array functions in php?
How we get browser details of clients machine?
What are the features and advantages of object-oriented programming in php?
Why echo is faster than print in php?