You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I use MSIE browser. I installed PHP Desktop in the "Program Files
(x86)\MyApp" directory on a Windows 7 computer granting the write and modify
access of this directory to Administrator only. I installed my web application
in the C:\Users\%username%\AppData\Local\MyApp directory.
2. I set "www_directory" parameter in the settings.json file with the
%username% variable.
3. I got an 404 HTTP Error page in the browser.
When I look in the console messages, it seems that PHP Desktop or Mongoose
doesn't resolve the %username% variable because the variable name is written in
clear.
I use phpdesktop-msie-1.13-php-5.4.24.zip file with Windows 7 Home 64 bits.
It appears that ExpandEnvironmentStrings() Windows API function should be used
to expand all path strings from the settings.json file.
Original issue reported on code.google.com by [email protected] on 26 Apr 2014 at 12:08
The text was updated successfully, but these errors were encountered:
Could you explain your usage? How does your installer work? How about when new
user in Windows is created, how do you handle creation of a new www_directory
for that user?
Original issue reported on code.google.com by
[email protected]
on 26 Apr 2014 at 12:08The text was updated successfully, but these errors were encountered: