Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect my first page "index.php" to another page
#1
I want to redirect my page "index.php" which is the first page (automatic) site to a page that is called "exposition.php."
I can not do it ...
I tried to put PHP code in my page "template.php"

Code:
<? php
header ('Location: http://www.lematgalerie.com/exposition.php');
?>

But when I type the URL of the site I have a 404

Is this a good method or should I add some code in the file. Htacces?

thank you
Reply


Messages In This Thread
Redirect my first page "index.php" to another page - by darsanha - 2012-09-18, 04:52:33



Users browsing this thread: 1 Guest(s)