by Visvanath Ratnaweera.
> 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
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