At first I need to say, that I'm very new to all those a-little-bit-upper programming and web-things.
Ok, I recived a task from my boss to put some easy image-tool in TinyMCE (used in Django) on one of our customer's site.
I tried some plugins (like Filebrowser), but none of them was working correctly (maybe Django version here is not compatibile... oh, nevermind).
[ The problem ]
So I've put iBrowser into TinyMCE, I have the right icon in TinyMCE, but when i click it - at first some new window is loading, but then window closes and Firefox ask me if i prefer to view or download "ibrowser.php" file...
[/ The problem ]
I've search a bit and I've found, that the problem could be in Apache, that I should configure something there. But... i don't know really WHERE and HOW...
I've found those two questions, that probably could help me a bit:
but in my project's folder there are no files like "php5.conf" or even "*.conf".
So... please help?
I can of course put here some lines from my code, just tell me what You want :)