Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I have seen where you can type something like: "myweb" in the address field box and it will access your personal web pages from your local hard drive. How do I do that?
you will need to isntall your own dns server for that to work simple dns plus is a good windows based one it does take a bit more than this but if you start looking in dns youll soon pick up how. you will alos need to host a www server on your box and set up host headers to respond to the names you put your dns. its atad awkward for a newbie but not impossible look into dns and apache.
You can edit your hosts file (C:\WINDOWS\system32\drivers\etc\hosts ) and make anything you want resolve to any specific IP you want. So if you wanted to just type myweb and have it access your local webserver just add an entry like this:
127.0.0.1 myweb
Of course this is assuming you already have a webserver running on your local computer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.