Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple directories #14

Open
2dareis2do opened this issue Oct 17, 2016 · 0 comments
Open

Support for multiple directories #14

2dareis2do opened this issue Oct 17, 2016 · 0 comments

Comments

@2dareis2do
Copy link

Not sure if this is a new or existing issue but I am currently trying to migrate from nginx server with support for ssi to a bespoke node/express server.

The current setup has files in different locations. So for example

we might have root set to

../file_path/www-root

ssi components aliased in say:

../another_file_path/components

and say ssi modules in say ../yet_another_path/modules/

I also have say library and theme folders that serve different files depending on the host url.

Therefore I can have brand1.dev/ brand2.dev etc which is referenced in .htaccess, and I can again use node to route the files accordingly. These are generally not .shtml files but again there may be a some .shtml referenced in these locations

So my question is it possible to use node-ssi to support these multiple locations?

p.s. was kind of getting this confused with this repo.:

https://github.com/kidwm/node-ssi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant