📎 AI Summary:
The thread discusses how to fix the incorrect file association of PHP files in Windows. The original poster asks for help in changing the file type association, and a responder provides step-by-step instructions using Default Programs and mentions using the ASSOC command as an alternative. The overall tone is helpful, aiming to guide the user through resolving the association issue.

calvta

New Member
Joined
Aug 29, 2010
Messages
2
Thread Author #1
My php files are associated with the wrong file type. I cannot figure out how to associate them with the right file type. Any help apperciated.

Thanks
 

Solution
Typically you would
Type default programs into the search box and hit enter
Select "Associate a file type or protocol with a program" from the resultant page
Then scroll to .php select it and click the Change Program button at the top right use the browse button to find the program you want to associate with that extension.
Failing this perhaps refer to this article for using the ASSOC command from an elevate command prompt it may help
Link Removed - Not Found

Trouble

Noob Whisperer
Joined
Nov 30, 2009
Messages
13,722
Typically you would
Type default programs into the search box and hit enter
Select "Associate a file type or protocol with a program" from the resultant page
Then scroll to .php select it and click the Change Program button at the top right use the browse button to find the program you want to associate with that extension.
Failing this perhaps refer to this article for using the ASSOC command from an elevate command prompt it may help
Link Removed - Not Found
 

Solution