Forum Moderators: phranque
Should this work? Do I have to change something in my configuration for this to work? I'm not sure what to try next.. Any ideas. Thanks in advance for any help.
Your Web URL should not differ from your local URL, except for the "localhost" part. The "Web" address of your localhost example URL above should be: http://my IP address//testfile.mpg -- It should not contain the "folders in my webfolder structure" part at all. If your DocumentRoot directive is configured correctly in the httpd.conf file, the "folders in my webfolder structure" part of the path is already taken care of. Furthermore, it should be impossible to request a URL using HTTP that references files "above" the DocumentRoot level of your directory structure; The filespace above your defined DocumentRoot does not exist as far as the Web is concerned, and that's good if you think about security. :)
Jim