skip to Main Content

XAMPP virtualhost site with all configs not working – Apache

I am trying to run site my.com locally on XAMPP's apache server. Here my configurations in httpd-vhosts.conf file in the path ...XAMPPapacheconfextra: <VirtualHost *:80> DocumentRoot "D:/IDEs/XAMPP/htdocs" ServerName localhost <Directory "D:/IDEs/XAMPP/htdocs"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> </VirtualHost>…

VIEW QUESTION

Static files not found Flask on Apache

I have a Flask application deployed on Apache, and the JavaScript files in the static folder cannot be found I don't understand what is wrong, here are the files: Apache conf: <VirtualHost *:80> ServerName japanesepractice.local ServerAlias www.japanesepractice.local WSGIDaemonProcess japanesepractice user=leonardo…

VIEW QUESTION
Back To Top
Search