Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between array_merge() and array_merge_recursive() in php?

1074


What is an array in php?

1133


What is htaccess? Why do we use this and where?

981


What is factory pattern in php?

921


How do you check if a variable has been set in php?

962


What are php magic methods?

989


How to find current date and time?

1012


What is the purpose of the '.myd' file extension? What do thes file contain?

981


How to read a file in binary mode?

1101


What is $_ get and $_ post in php?

1058


Explain how you can update memcached when you make changes to php?

1122


How to parse configuration file in php?

1010


Explain how can we execute a php script using command line?

1019


Is it possible multiple inheritance in php?

1013


Why and where do we use htaccess?

1027