Hi Luis, I was finally able to reproduce your problem. For now, you should access your scribeUI application using : http://localhost/ScribeUI/ The trailing slash at the end is very important. I am currently looking for a way to adjust the configuration so that both url work. What happens here is that since the alias scribeui refers to a python file, apache will not treat it as a directory unless the trailing slash is present.
I'll keep you updated and will edit the installation instructions for the app once I find a fix for this. Thanks a lot, Jessica On Tue, Aug 20, 2013 at 3:40 AM, Luís de Sousa <[email protected]> wrote: > On 19 August 2013 16:16, Jessica Lapointe <[email protected]> wrote: >> >> Hi Luis, >> >> You are right that the url should be localhost/ScribeUI/static. >> In your config.py file, this ip = "0.0.0.0" should be the domain you >> access the app with, in your case, it should be ip = "localhost" > > > Hi again Jessica, > > I tried with "localhost" and "localhost/ScribeUI", but in both cases it > tries to load the css and js files from "localhost/static". > > Thanks, > > Luís _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
