Okay, thank you :-), that worked and I was able to debug my .conf-file,
and restart Apache.
Though, that didn't solve the problem, after another edit of the .conf
file (also probably with some bugs), Apache committed the same: black
command screen (even after undoing those edits) - and, this is
Hello List
after having upgraded from Apache 2.2.2 to 2.2.3, I had some problems:
- When I tried to start the newly upgraded Apache, it wouldn't start
because it said that the Apache 2.2 service was still running.
Restarting the computer did the trick and it has worked ...
- ... till now: I did
Hello
I have two (simple) questions:
1. A RewriteRule:
Basically, consider this: www.example.com/foo.bar ... Now, I want that
to be also accessible by this: www.example.com/foo (so, actually, it is
just the file name, but without the .bar extension) ...
2. Access and authorisation:
I have tw
Hello all
I seem to have a weird problem with a RewriteRule...
RewriteCond %{HTTP_USER_AGENT} !^Mozilla/5.* [OR]
RewriteCond %{HTTP_USER_AGENT} !^Opera.*
RewriteRule ^/$ http://www.getfirefox.com [R]
Basically, I want every MSIE to be redirected to getfirefox.com (please
don't argue or ask why