Top "Web-development-server" questions

Use this tag for questions related to a Web-development Server, i.e. the backend/server side of a web application, when it comes to its development.

Where does flask look for image files?

I am setting up a local server using flask. All I want to do currently is display an image using …

python file-upload flask web-development-server
Unable to launch the ASP.NET Development server because port '1900' is in use

I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server when suddenly …

asp.net visual-studio configuration asp.net-development-serv web-development-server
How do I set up the hosts file for multiple domains/hosts with the same IP?

As you surely know you can map host names to IP addresses with the "hosts" file. This is very useful …

hosts web-development-server
How to get access to webpack-dev-server from devices in local network?

There is some webpack dev server config (it's part of the whole config): config.devServer = { contentBase: './' + (options.publicFolder ? …

javascript node.js networking webpack web-development-server
file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known

I'm trying to download an image from a server using a PHP script on my website on xampp server. The …

php api plugins file-get-contents web-development-server
Creating multiple sheets in CSV file

I am using superCSV to write data in csv format in my code. Its working absolutely fine and very efficiently , …

java csv web-development-server supercsv
How to fix error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system, (without security risk)?

Error on terminal: nodemon.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see …

node.js powershell visual-studio-code web-development-server nodemon
Play! framework - handle a POST request

this is the route to handle the login POST request: POST /login/submit controllers.Users.loginSubmit(user : String, password : String) …

java http web playframework-2.0 web-development-server
How do I allow a single Wordpress site to accept my .ttf file upload?

I'm using the Font Organizer plugin for Wordpress. It has a nice option to upload a font, which I have …

php css wordpress fonts web-development-server
Disable Laravel Routing for a specific folder/route

I'm wondering how to disable the routing on laravel for a specific directory? I am hoping to run my main …

php laravel web-development-server