PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 19th, 1999, 12:47 PM
Baudchaser
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I got the xitami/php3/mysql installation to work almost perfect on my Win NT 4.0 server at home.

But it seem to be a annoying problem which I'm not able to fix...

When using the <? header("Location: /") ?> tag in php3 (which autodirects to the link you specify), I get a "URL not found on this server"...

I have tried a lot of things to avoid this, but nothing seems to help.

Most php3 scripts utilize this function in PHP3, and they are worthless until I get this problem solved.

Anyone have an idea?

Best regards,
Baudchaser

webmaster www.gameaddicts.net

Reply With Quote
  #2  
Old November 19th, 1999, 03:07 PM
donarb
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Location headers must contain an absolute URI, you cannot use a relative one. So, your code should look something like this:

<? header("Location: http://www.gameaddicts.net"); ?>

For more on the Location header, see the HTTP 1.1 specification:
http://www.w3.org/Protocols/rfc2068/rfc2068

Don

Reply With Quote
  #3  
Old November 24th, 1999, 07:05 AM
markdrayton
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Where are you trying to get directed to? If it's just the root dir of your web server, try <? header("Location: http://127.0.0.1/"); ?> or similar instead of just /.

Also, relative URLs do work in HTTP headers...

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Xitami webserver & PHP3

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap