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 the difference between a session and cookies?
What is isset in php form?
What is the $_ server php_self variable?
Explain the purpose of output buffering in php.
What is the use of return in php?
Explain some of the php string functions?
How would you open a directory for reading in php?
How to break a file path name into parts?
Explain PHP looping?
What is php stack?
What is polymorphism?
How do I escape data before storing it into the database?
How do you find the length of a string in php?
What is the most convenient hashing method to be used to hash passwords?
How to create a session? How to remove data from a session?