Jump to content

Help w/ redirect


Dr.T.

Recommended Posts

Colleagues,

 

In my website (www.afr-research.com), the home page (index.htm) is stored in the “public_html” folder. In the same folder, there is a page named “language_survey.htm”.

 

Here’s the home page’s code:

 

<?php

header('Location: http://www.afr-research.com/language_survey.htm');

?>

 

I can open “www.afr-research.com/language_survey.htm” directly but redirect does not work. Why?

 

Thank you.

 

Dr. T.

 

Link to comment
https://forums.phpfreaks.com/topic/237112-help-w-redirect/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.