PDA

View Full Version : redirect question


MonkeyNuts
03-13-2001, 12:26 PM
I get a lot of people accessing this page
http://www.piltsthumbs.com/sedb/

Its an index of my pics that I use on my galleries.

Is there a way to redirect people that access this page. Or will it fuck up my galleries.

Ace
03-13-2001, 12:31 PM
Just make an index.html file with a metarefresh to whereever you want it to go.

MonkeyNuts
03-13-2001, 12:35 PM
Me no understand. Please explain to me dumbass.

Dreamer
03-13-2001, 01:04 PM
---------------
<html>
<head>
<title>ANYTHING</title>
<meta HTTP-EQUIV="Refresh" CONTENT="1.05; URL=http://www.piltsthumbs.com/">
</head>

<body>

</body>
</html>
---------------

Just copy this and save as index.html file!
Change 1.05 to something lower if you want to redirect faster...

Ace
03-13-2001, 01:07 PM
Yep

MonkeyNuts
03-13-2001, 01:11 PM
Still don't understand. I want this page redirected http://www.piltsthumbs.com/sedb/
not www.piltsthumbs.com (http://www.piltsthumbs.com)

guy2
03-13-2001, 01:25 PM
then put http://www.piltsthumbs.com/sedb/ in the meta tag instead of http://www.piltsthumbs.com/

MonkeyNuts
03-13-2001, 01:27 PM
Well shit how can I rename it to index.html www.piltsthumbs.com (http://www.piltsthumbs.com) is my index.html this makes no sense.

Cam
03-13-2001, 01:28 PM
monkeynuts,

Make the index file dreamer showed you, and drop it in the directory "http://www.piltsthumbs.com/sedb/" and it will redirect them to http://www.piltsthumbs.com. Or change

Get it?

Cam
03-13-2001, 01:31 PM
shit I hit the button to quik...

I ment "Or change it to wherever you want them to be redirected too.."

MonkeyNuts
03-13-2001, 01:38 PM
It does not work look
http://www.piltsthumbs.com/sedb/

it does wierd stuff

MonkeyNuts
03-13-2001, 01:39 PM
nevermind got it to work thanks all

Dreamer
03-13-2001, 04:26 PM
How much pain about one little index file http://bbs.adultwebmasterinfo.com/ubb/biggrin.gif
You really need to start learning html!
(and english also) http://bbs.adultwebmasterinfo.com/ubb/biggrin.gif

basschick
03-13-2001, 04:39 PM
actually, piltsthumbs.com is NOT your index file for http://www.piltsthumbs.com/sedb/

in each directory (in this case /sedb/) just put in a page with sponsors or whatever you wish and call it index.html

it won't affect the index at http://www.piltsthumbs.com

nic
03-13-2001, 07:13 PM
you need to read a book about .html and learn directory structures or something man. No offense, but its kinda common sense once you get the right code!