Hello Should Request.Path perform an action when you put a value in it? For example: In the browser I write: http://127.0.0.1/cgi-bin/wp1.gambas/ Then inside the code in the MAIN() procedure I am writing: Request.Path="/Webpage1" Should this change the text in the browser to http://127.0.0.1/cgi-bin/wp1.gambas/Webpage1 Thanks