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/
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]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now