How can i modify some configuration in openshift , I am serving a jekyll site by directly linking the static built html page , ( as opposed to building it through source , which was proving to be a pain ).
But now even though almost all of my blog works fine , the /about and /contact pages do not work , because those are /about.html and /contact.html , the ruby server rewrites the request and I am trying to do the same in apache. Is there any way to add mod_rewrite module to apache httpd on openshift. I tried the console tool , to see if I can ssh , but it logs in says using project "xyz" and then i go back to terminal. Totally new to openshift.