In this board you can talk about general questions about phpMyFAQ
Moderator: Thorsten
cobra98
Posts: 20 Joined: Mon Feb 05, 2007 2:46 pm
Post
by cobra98 » Fri Feb 16, 2007 8:59 am
We can search for Text, this works correct, but if you search for a ID
it goes to the old http:// instead of the https:// link ...
Where do we have to change this?
it goes to
zB
http://intranet/swap?solution_id=1037
Searching for text goes to:
https://intranet/swap/index.php?action=search
Do I have to change all php Files from:
"'Location: http://'.$_SERVER['SERVER_NAME']"
to
"'Location: https://'.$_SERVER['SERVER_NAME']"?
http is only redirecting now ... now phpmyfaq installed ...
its now on https
cobra98
Posts: 20 Joined: Mon Feb 05, 2007 2:46 pm
Post
by cobra98 » Fri Feb 16, 2007 3:08 pm
Changed from
http://'.$_SERVER['SERVER_NAME']"
to
https://'.$_SERVER['SERVER_NAME']"
with Info Rapid & Search
working ...
Thorsten
Posts: 15725 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Fri Feb 16, 2007 10:40 pm
Hi,
yes, but this is a bug. We'll fix it for the next versions!
bye
Thorsten
Thorsten
Posts: 15725 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Sun Feb 18, 2007 9:45 am
Hi,
this is fixed in CVS now and the fix will be part of the 1.6.10 release.
bye
Thorsten
cobra98
Posts: 20 Joined: Mon Feb 05, 2007 2:46 pm
Post
by cobra98 » Sun Feb 18, 2007 10:10 am
i updated to 1.6.10 cvs and IDs didn't work ...
i had to change
'Location: http:
to
'Location: https:
everywhere with info rapid and search
then it worked
Thorsten
Posts: 15725 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Sun Feb 18, 2007 10:12 am
Hi,
did you use the CVS snapshot or the anonymous CVS access? Which CVS ID do you have in the file inc/functions.php?
bye
Thorsten
cobra98
Posts: 20 Joined: Mon Feb 05, 2007 2:46 pm
Post
by cobra98 » Sun Feb 18, 2007 2:28 pm
i used the cvs snapshot
Id from functions:
* $Id: functions.php,v 1.65.2.58.2.55 2007/01/14 11:08:53 matteo Exp $
Thorsten
Posts: 15725 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Sun Feb 18, 2007 2:30 pm
Hi,
the snapshot with the fix will be available tomorrow. Sorry for this.
bye
Thorsten