cs531-f19 / discussions

Discussions board for CS 431/531 Web Server Design course
2 stars 12 forks source link

Assignment 2 - Redirections #45

Open DavidBittner opened 4 years ago

DavidBittner commented 4 years ago

Hello! I was wondering if the Assignment 2 redirections config file (the one with the Regexes), does that actually need to be in a separate config file? Or could I incorporate it with a similar format into my pre-existing config?

Thanks!

ibnesayeed commented 4 years ago

While it perhaps is a better idea to keep it in a separate file as everyone might have a different type of config file, but if you think you can better accommodate it in your existing config, that should be alright too. Just make sure the values are not changed (unless your implementation language needs a slightly different RegExp syntax).

DavidBittner commented 4 years ago

Great, that cleans things up quite a bit. Thanks a ton!