Posts made by Visvanath Ratnaweera

Picture of Particularly helpful Moodlers Picture of Translators
Glad that you SOLVED the issue.

So the question was you've installed Moodle inadvertently at http(s)://something/moodle. The question was how to remove that trailing /moodle.

That involves three steps:
a) Change the web server configuration to point the DocumentRoot to the Moodle code directory
b) Change $CFG->wwwroot to that 'http(s)://something'
c) Visit http(s)://something/admin/tool/replace/ and replace "http(s)://something/moodle" with "http(s)://something".
Average of ratings: Useful (1)
Picture of Particularly helpful Moodlers Picture of Translators
> So I am ditching previous idea and i'm going back to complete transition from http://192.168.10.20/moodle to http://192.168.10.20.

Yes, that was what I meant.

> Only thing i need is to go to Search and replace tool and do this:

*Only* thing? I don't think. The web server now needs to look for files in you moodle directory when a request to http://192.168.10.20/. The setting is in the web server configuration, in Apache it is called the DocumentRoot.

Then change $CFG->wwwroot to 'http://192.168.10.20'.

Then:
> Search whole database for
> http://192.168.10.20/moodle
> > Replace with this string
> http://192.168.10.20
Average of ratings: Useful (1)
Picture of Particularly helpful Moodlers Picture of Translators
> students are taking a quiz where I used the essay type question to let them upload a picture of a diagram or a sketch.

So Students uploading files is not a problem.

> Is there a way to let them access their university email to download the photo on their computer?

The question is about the download, right? Look at the SEB configurator. It has a whole lot of options. Perhaps this option is covered there.