Multiple Url Masking/Redirecting Through Directories?

simplybebop

Regular Member
Joined
Oct 24, 2008
Messages
371
Reaction score
182
I have a question that maybe you guys can help me with.

Say I have 30 blogger blogs (just using blogger as a example, any free blogging site even rnyspace)

30 free blogs, BUT I want to have them masked in multiple directories of my main site.

Example:

www.mysite.com/something = blogger blog 1
www.mysite.com/something2 = blogger blog 2

etc etc.


How could I do that?
 
^ I explained it

I was to mask multiple free blog sites under directories of my main site
 
You wrote it but it doesn't really explain it. If you are looking to just mask the link so that a visitor can't see it, you can just use a simple redirect script written in PHP. Something like this for example:

Code:
http://www.stevedawson.com/article0006.php
 
You just redirect all the domains via cpanel to the sub pages of the main domain.
 
Create a folder (subdomain) on your main domain through an FTP client, such as

/something/
OR
/something1/

within this folder import a txt file in there.... within that text file use a IFRAME or METAREFRESH - whatever you want to redirect to your blogs. Google those 2 redirects and you'll find your answer....Save that notepad.txt file and rename it to index.php or index.html

Then on your main website link to SOMESITE.com/something/
That will redirect to the blog (if metarefresh is used)
If you use a Iframe then your URL will remain in the browser window
 
^ that might work too, thanks guys. Tons of help here, I love BHW
 
Back
Top