I want to use Notepad++ to open my httpd.conf and php.ini configuration files and have associated those file types in Windows to Notepad++; opening those documents via windows opens Notepad++. But when I use WAMP Server's menu to access these config files it opens Microsoft Notepad, an unacceptable editor. Is there any known way to change how WAMP Server opens these files?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Look for the [apacheMenu] section of your wampmanager.ini file. There are definitions in that file that specify how to edit various configuration files including what editor to use.

link|improve this answer
1  
Technically the wampmanager.tpl file has to be edited, the .ini is regenerated every time WAMP starts from that file. Thanks for pointing me in the right direction though. – Ben Brocka Aug 10 '11 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.