... the "5 min install" saga continues...
I reinstalled and moved EasyPhp from ProgramFiles/ to C:/EasyPhp/ which eliminated most of my above mention err messages;( --> a new day, different problem.)
When I type [
......] in my browser, it displays the correct output. This file resides in C:/users/sam/Desktop/clients, NOT C:/EasyPhp/www/.
[I managed to redirect the document folder for apache from ...../www/ to C:/users/sam/Desktop/clients/ , and I changed the port to 8080]
When I enter [
localhost] in the address bar, I get a 403 error, which deals with file access permissions denied. [The given path was above the root path: Cannot map GET /C:/EasyPHP/phpmyadmin/setup/config.php HTTP/1.1 to file"]
some clarification please: As far as I understand, there are 3 apps (Apache, MySql and the Php module in Apache as a scripting language add-on) + myphpadministration, a fourth app.
Does each app. require/have it's own UN,PW, and Admin email?
Does Each app. have it's own file permission settings (r-w-x)?
What are and where are the config files that need to be changed for UN,PW,Admin email and for the file path redirects/changes for all apps.? (I do not seem to find htaccess and php.ini, however there are several config.php/ini files in different folders. To my limited understanding, I can change the .php files either with myphpadministration or directly in the file itself with an editor. These .php files then change the .ini files; but I can also edit the ini files directly?)
I am not quite clear on this issue as one can see...
thanks for your help, samj
Summary of SHOULD NOT's: Should not have installed in Program Files -- above error messages mostly disappeared. (I also tried meddling with Win file permissions, but they did not seem to stick/work/change anything.)