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
You need to add following lines under <IfModule
mod_mime.c> ......... </IfModule> block.
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .aspx
For example:
<IfModule mod_mime.c>
AddType application/x-httpd-php .php
..................
..................
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .aspx
</IfModule>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to read the entire file into a single string?
Xplain is it possible to use com component in php?
What is difference between echo and print in php?
What are the differences between mysqli_connect and mysqli_pconnect?
What is the difference between die () and exit () in php?
When sessions ends?
What is php variable?
What does $globals mean?
Tell me what kind of things have you done on the social side?
How to open a file for reading?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Which is the dependent variable?
Tell me can you extend a final defined class?
What is a path Traversal?
What is a base url?