8 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-9
votes
1
answer
89
views
How to change localhost:10005 to a custom domain (mysite.local) in LocalWP?
I’m using Local (by Flywheel) to develop a WordPress site.
When I click "Open Site", it opens the link
http://localhost:10005/,
even though my site is named MySite, and I want it to open as
http://...
0
votes
1
answer
2k
views
How to expose your local server for webhooks during development without third part services?
How can I expose my localhost server for webhooks during development without third part services like ngrok?
I was watching this video on how to create a simple telegram bot and they have used ngrok ...
0
votes
0
answers
166
views
Trying to run node server with local-web-server - cli module returning 'not defined'
I am trying to spin up a local server on my machine in node. I am using the local-web-server package to do so. I have installed the package globally and in my project, however when I run yarn start It ...
0
votes
1
answer
360
views
local-web-server proxy not forwarding request
So I'm writing a series of automated tests for a single page react application. The tests rely on a mocked api that's exposed on a different port than the application is served from. In order to get ...
5
votes
2
answers
19k
views
Set custom port when starting symfony local web server
I want to start a server with symfony server:start using the port that is set in my .env file. Is there a way to do this?
0
votes
1
answer
201
views
Unable to start Apache server on XAMPP with port available
I have XAMPP server installed on Windows 10. I changed ports the first time I used it and it worked fine until a few days ago. Now I get the error:
10:21:59 [Apache] Error: Apache shutdown ...
3
votes
3
answers
4k
views
How to load complete website from assets?
Is there any possibility to load complete website (including associated files) from local assets ? I tried it with flutter plugin webview_flutter and loaded index.html.
Future<String> ...
3
votes
2
answers
10k
views
Node.js local-web-server: can't find module ws (installed globally)
I want to start a simple local webserver for local development on Windows 7. For this I installed node.js and then ran:
npm install -g local-web-server
Next I went to the folder D:\[...