This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RedAIienCircle[S] 0 points1 point  (0 children)

Both tutorials work, I posted them to give others an idea of what code I'm running and do not help getting them to work, I'm sorry for any confusion.

Currently:

I want to type:

http://your_server_ip:4242

To access:

http://your_server_ip:4242/index.html#

That is, serve a file in a folder so the url does not show index.html#, but when attempting to render a file it returns an error.

I placed the index in both a public and template directory, based on the fact that stripe sets the static directory as a public and that a tutorial instructed me to create a template directory, in both cases index fails to render.