gatekeeper Posted March 21, 2021 Posted March 21, 2021 Can i use flask app directly inside public_html so i can acces the app with http://user.heliohost.us instead of http://user.heliohost.us/flask/ Quote
chrp Posted March 25, 2021 Posted March 25, 2021 You must edit the .htaccess file in the public_html folder,change the line RewriteRule ^flask/(.*)$ flask.wsgi/$1 [QSA,PT,L] to RewriteRule ^(.*)$ flask.wsgi/$1 [QSA,PT,L] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.