PDA

View Full Version : Redirect within Domain



fubacca
05-12-2004, 09:05 AM
I need to set up a redirect with a domain. Basically, for security reasons I want to have my working directory for PhP Nuke in the directory http://www.domain.com/nuke, but I want users of my site to just be able to type in http://www.domain.com and get tot eh /nuke dir.

I know this can be done with a frame and the target for the frame be the /nuke folder, or a simple redirect in an index.htm file in the root, but there needs to be a better way.

nobaloney
05-12-2004, 09:11 AM
With an .htaccess file?

That's how we do it.

Jeff