index.php

Owe André Jørgensen oweandre at stud.ntnu.no
Sun Jun 26 18:21:10 GMT 2005


Maher Mohamed wrote:
> how can i make my server link to be redirected to the index.php
> 
> i hve a web page at http://150.140.210.79:2005/~mahmoh
> the thing is that if i make the index.html to index.php the whenever i
> go to the url above
> i have to add the extra /index.php 
> 
> can i get rid of that? is there a way?
> 
>  -- 
> Mohamed M. Maher
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"

<?php

Header('Location: /');

?>

this goes into the ~public_html/index.php file to the home folder of the 
user mahmoh.

Owe Jørgensen



More information about the freebsd-stable mailing list