Closed seebi closed 12 years ago
@ploosqva where do I need to put the web.config in?
As I wrote. In the root of ontowiki application 19-11-2011 18:17 użytkownik "Sebastian Tramp" < reply@reply.github.com> napisał:
@ploosqva where do I need to put the web.config in?
Reply to this email directly or view it on GitHub: https://github.com/AKSW/OntoWiki/issues/8#issuecomment-2799791
Oh sorry, I wrote on my blog but not here... 19-11-2011 18:25 użytkownik "Tomasz Pluskiewicz" < tomasz.pluskiewicz@gmail.com> napisał:
As I wrote. In the root of ontowiki application 19-11-2011 18:17 użytkownik "Sebastian Tramp" < reply@reply.github.com> napisał:
@ploosqva where do I need to put the web.config in?
Reply to this email directly or view it on GitHub: https://github.com/AKSW/OntoWiki/issues/8#issuecomment-2799791
ok, I've added it to the root directory. Can you please send me a pull request where you add the following features to the files:
thanks a lot - sorry, I'm not a IIS user so I cant do it for myself
btw: It would be nice if you copy the final text of you blogpost to https://github.com/AKSW/OntoWiki/wiki/Install-on-IIS
Hi
I'm struggling with that favicon rewrite. One thing is it doesn't rewrite. Still if I try redirect instead it works but then Zend complains there is no action named faviconIco
How is this supposed to work?
Tomasz
On Sat, Nov 19, 2011 at 19:07, Sebastian Tramp reply@reply.github.com wrote:
ok, I've added it to the root directory. Can you please send me a pull request where you add the following features to the files:
- disallow all .ini files
- rewrite /favicon.* to /application/favicon.*
- translate "Fizyczne zasoby" to english :)
thanks a lot - sorry, I'm not a IIS user so I cant do it for myself
btw: It would be nice if you copy the final text of you blogpost to https://github.com/AKSW/OntoWiki/wiki/Install-on-IIS
Reply to this email directly or view it on GitHub: https://github.com/AKSW/OntoWiki/issues/8#issuecomment-2800036
Hi
I have edited the wiki and requested a pull. It turns out more complicated than I expected.
Regard, Tomasz 19-11-2011 19:07 uytkownik "Sebastian Tramp" < reply@reply.github.com> napisa:
ok, I've added it to the root directory. Can you please send me a pull request where you add the following features to the files:
- disallow all .ini files
- rewrite /favicon.* to /application/favicon.*
- translate "Fizyczne zasoby" to english :)
thanks a lot - sorry, I'm not a IIS user so I cant do it for myself
btw: It would be nice if you copy the final text of you blogpost to https://github.com/AKSW/OntoWiki/wiki/Install-on-IIS
Reply to this email directly or view it on GitHub: https://github.com/AKSW/OntoWiki/issues/8#issuecomment-2800036
Tomasz, some words on the favicon rewrite:
the problem is: Some browsers are not interested in link.rel=favicon but just ask for /favicon... - we dont want the icon in our root directory.
So the idea is to rewrite all /favicon.* requests to /application/favicon.* and mange the icons there.
so this is not mission critical :-)
references:
Hope we can setup a wiki page where the installation process is documented