setup config.php

setup config.php

by solmaz naderi -
Number of replies: 1

Hi every one

I'm using xampp on winserver 2008 and I have a public IP and set a name for that by DNS

now I acceess my moodle by this URL:"http://My Domain/server/moodle/

But I want access by this URL:"http://My Domain" 

so, would you help me how can I eliminate "/server/moodle/"  in end of URL addreess?


the fallowing text are part of Config.php:

$CFG->wwwroot   = 'http://mydomain/server/moodle';

$CFG->dataroot  = 'C:\\xampp\htdocs\server\moodledata';

$CFG->admin     = 'admin';


Regards

Solmaz

Average of ratings: -