PDA

View Full Version : Redirect a folder.


fobbie
05-01-2008, 10:34 PM
When someone go to
mysite.com/somerandomstuffshereasfastfasdas
it will redirect them to the index page.

I created a folder(test)
mysite.com/test
and inside it has an index.html and test.html
Is there anyway to make when someone go to
mysite.com/test, it will redirect them to
mysite.com/test/test.html ?
I used the meta redirection method on index.html, but it doesnt work, i think theres something to do with .htattach, can someone tell me what to do please.

Thanks

fobbie
05-09-2008, 03:46 AM
bump :).........................

James
05-09-2008, 07:34 AM
google htaccess and mod rewrite.

You can use the htaccess from the phpLD script as a starting point on how to craft it.