Click to See Complete Forum and Search --> : Apache problem


Anon
12-13-2001, 11:18 PM
I was wondering if anyone could help me.
On apache, how would I direct a user to something like

http://65.46.x.x/phpn/index.php
when they type in
http://65.46.x.x

I've gotten this to work before, but it messed up the other pages in sub-directories.
Please help me!

foxden
12-14-2001, 01:05 PM
Not sure on Apache, but if other users are accessing specific directories, you could creant an index.php and put it in your document root directory with this meta tag:

<META http-equiv="REFRESH" content="3; url=http://65.46.x.x/phpn/index.php">




Josh