April 14, 200916 yr comment_7234 Now that I have Uniform Server, I was excited at the prospect of being able to edit PHP code and see the parsed results by quickly clicking CTRL+B in EditPlus. However, it doesn't work, because it doesn't default to localhost/phpfile.php Anyone know of some way to configure EditPlus to get it to automatically goto localhost so I can see a preview of my parsed PHP content?If not, how do most of you preview your PHP code. Any feedback is appreciated. Thanks. Report
April 14, 200916 yr comment_7242 They must have an Option's panel. Check there. or just go to http://localhost/phpfile.php Best Regards Olajide Olaolorun The Uniform Server Development Team Report
April 16, 200916 yr comment_7252 Start EditPlus: you have to add the webroot in Tools > Preferences > "Tools" to "Webserver Root Directory", click "Add" enter: webserver IP or host name: localhostweb server root directory: w:\www that reads as: map any file edited in w:\www\... to http://localhost/... Ctrl+B opens your preview. BTW. That applies also to TopStyle and others (usually called Mapping) Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.