Jump to content


htaccess Redirection


2 replies to this topic

#1 Hayden

    P2L Jedi

  • Members
  • PipPipPip
  • 716 posts
  • Gender:Male
  • Location:Texas

Posted 12 October 2006 - 02:46 AM

I've looked several places, Google, P2L....well okay, that's about it, but I still haven't found what I wanted.


Isn't there a way to redirect a browser to a page instead of letting it see the index listing

i.e. http://bbcode.spatia....com/emoticons/

I don't want the listing of files to be there, redirect it to say http://bbcode.spatialvisionary.com


or would I be better off just putting in an index.php file with:
header("Location: http://bbcode.spatialvisionary.com/");


#2 pixelDepth

    Young Padawan

  • Members
  • Pip
  • 6 posts
  • Location:Suffolk, UK

Posted 12 October 2006 - 09:10 AM

A PHP file would do it. But if you really want a .htaccess file, I think something like this would work...

RedirectMatch 301 (emoticons)\/?$ http://bbcode.spatialvisionary.com

You could add more like so...

RedirectMatch 301 (emoticons|pictures|videos)\/?$ http://bbcode.spatialvisionary.com

I think that should work.

#3 Hayden

    P2L Jedi

  • Members
  • PipPipPip
  • 716 posts
  • Gender:Male
  • Location:Texas

Posted 12 October 2006 - 12:22 PM

:)

that was so easy, I should've figured that out myself. :lol: *DOH*



thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users