At the moment when installing new version of EasyPHP on开发者_如何学运维 my Windows 7 OS, I've got to re-add the alias on my machine which is a boring process since I have teens of project running on my machine.
I'm looking for way to export alias(es) in old version and use them to import into new version. If you know how to, please share!
Thank you.
Nam
Open your old conf_files/httpd.conf
, copy the end of the file (between #alias
and starts with ### Alias EasyPHP
) and paste it in the new one.
Then restart the servers. That's it!
Regards
精彩评论