Log in

View Full Version : redirect


Cust0ms
10-09-2008, 05:14 PM
Hello
I want to redirect from mydomain.com/index.php to mydomain.com .

How to do it?

orryun
10-09-2008, 07:27 PM
edit index.php to:
<?php
header('Location:http://yourdomain');
?>

MysCha
10-09-2008, 08:34 PM
actually

yourdomain.com

same with

yourdomain.com/index.php

u dont need redirect anything

tillcat5
10-11-2008, 11:08 PM
i have done this. and still does not redirect to the page i want it to. I want it to go from www.mysite.com to www.mysite.com/cmps_index.php i put this in the code and got nothing
any ideas

Dismounted
10-12-2008, 06:01 AM
Why don't you rename your index.php to something like forum.php (and change the setting in the Admin CP to reflect this). Then rename cmps_index.php to index.php.