Quote:
Originally Posted by Kingmen30264
... I am thinking the issue lies with the "public html directory"...
|
That is correct. When you install apache, there should have been a folder created called "htdocs" somewhere in your folder hierarchy whether it be in apache or web or whatever you used during installation. Anything under that folder will appear as the base for your localhost url. For example: htdocs/index.html will translate to
http://localhost/index.html in your web browser. When you create an editor folder, it will be something like htdocs/peqedit/ will translate to
http://localhost/peqedit/.