* Irien Kamaratih <
irienka...@gmail.com> [2013-05-08 04:44]:
> I think my Alias isn't working..
You didn't have one. I told you so before. But that's not the source
of your problem(s).
Also you're not reading what I wrote and not answering the questions I
asked. Highly unmotivating when someone is trying to help you solve
/your/ problem.
> I've changed the Alias with this:
>
> ServerAlias simplesamlphp
That has nothing to do with anything here.
> Alias /simplesaml/ "/xampp/htdocs/simplesamlphp/www"
Blindly copying what the documentation states won't make this work on
MS-Windows. You'd need to use the correct syntax for your deployment,
which for some reason you already managed to use for your DocumentRoot
directive).
Also, you don't need that Alias at all since you already pointed the
DocumentRoot directive at this directory (whether setting that
DocumentRoot like that is a good idea is up to you. It's your idea.)
Which all indicates you seem to have no idea /why/ you are doing any
of that. In which case it's always advisable to stick to what the
documentation says.
> But, the results is same
I would expect as much.
> When I type the URL manually, the browser shows the start page for
> installation but there's a warning like this :
>
> *Warning*: Cannot modify header information - headers already sent by
> (output started at C:\simplesamlphp\templates\includes\header.php:2) in *
> C:\simplesamlphp\templates\includes\header.php* on line *41*
Does not happen with a default install for me. Search the web for it,
it's a very common PHP error in some of the files you have modified.
If you don't find it, wipe out your SSP install and unpack again from
a fresh distribution. The code as published does not contain such
errors, unless there's a bug somethere.
So did you or did you not adjust your baseurlpath?
Setting DocumentRoot to SSP's "www" directory would mean your
baseurlpath then becomes "/". The documentation does not spell that
out for you because the documentation does not assume your
DocumentRoot is limited to SSP's "www" directory.
Not setting your DocumentRoot to SSP and having an Alias directive
would make baseurlpath the same as the Alias you've created (provided
the Alias points to the correct file system path, which it did not in
your case).
-peter